hundred_pay_hq_wrapper 0.0.3
hundred_pay_hq_wrapper: ^0.0.3 copied to clipboard
A simple Dart/Flutter wrapper for the 100pay API to verify payments, preview conversions, and create sub-accounts.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hundred_pay_hq_wrapperWith Flutter:
$ flutter pub add hundred_pay_hq_wrapperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hundred_pay_hq_wrapper: ^0.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hundred_pay_hq_wrapper/hundred_pay_hq_wrapper.dart';