hundred_pay_wrapper 0.0.1 copy "hundred_pay_wrapper: ^0.0.1" to clipboard
hundred_pay_wrapper: ^0.0.1 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 Flutter:

 $ flutter pub add hundred_pay_wrapper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hundred_pay_wrapper: ^0.0.1

Alternatively, your editor might support 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_wrapper/config/api/api.dart';
import 'package:hundred_pay_wrapper/config/api/endpoints.dart';
import 'package:hundred_pay_wrapper/config/api/network/network.dart';
import 'package:hundred_pay_wrapper/config/api/network/network_enums.dart';
import 'package:hundred_pay_wrapper/config/api/network/network_helper.dart';
import 'package:hundred_pay_wrapper/config/api/network/network_service.dart';
import 'package:hundred_pay_wrapper/config/api/network/network_typedef.dart';
import 'package:hundred_pay_wrapper/config/config.dart';
import 'package:hundred_pay_wrapper/config/threads.dart';
import 'package:hundred_pay_wrapper/hundred_pay_hq.dart';
0
likes
120
points
24
downloads

Publisher

verified publisher100pay.co

Weekly Downloads

A simple Dart/Flutter wrapper for the 100pay API to verify payments, preview conversions, and create sub-accounts.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on hundred_pay_wrapper