An open API service indexing awesome lists of open source software.

https://github.com/jogboms/quidpay.dart

Dart SDK for Quidpay's payment gateway
https://github.com/jogboms/quidpay.dart

Last synced: 6 months ago
JSON representation

Dart SDK for Quidpay's payment gateway

Awesome Lists containing this project

README

          

# 💳 Quidpay Dart SDK

[![Build Status - Travis](https://travis-ci.org/jogboms/quidpay.dart.svg?branch=master)](https://travis-ci.org/jogboms/quidpay.dart) [![codecov](https://codecov.io/gh/jogboms/quidpay.dart/branch/master/graph/badge.svg)](https://codecov.io/gh/jogboms/quidpay.dart) [![pub package](https://img.shields.io/pub/v/quidpay.svg)](https://pub.dartlang.org/packages/quidpay)

## 🎖 Installing

```yaml
dependencies:
quidpay: "^0.1.0"
```

### ⚡️ Import

```dart
import 'package:quidpay/quidpay.dart';
```