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
- Host: GitHub
- URL: https://github.com/jogboms/quidpay.dart
- Owner: jogboms
- License: mit
- Created: 2019-04-21T14:24:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T21:22:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:51:01.549Z (12 months ago)
- Language: Dart
- Size: 153 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 💳 Quidpay Dart SDK
[](https://travis-ci.org/jogboms/quidpay.dart) [](https://codecov.io/gh/jogboms/quidpay.dart) [](https://pub.dartlang.org/packages/quidpay)
## 🎖 Installing
```yaml
dependencies:
quidpay: "^0.1.0"
```### ⚡️ Import
```dart
import 'package:quidpay/quidpay.dart';
```