binance_pay 0.0.3 copy "binance_pay: ^0.0.3" to clipboard
binance_pay: ^0.0.3 copied to clipboard

A Flutter package for integrating Binance Pay API into your mobile applications, enabling users to make payments with ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add binance_pay

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

dependencies:
  binance_pay: ^0.0.3

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:binance_pay/binance_pay.dart';
3
likes
140
pub points
49%
popularity

Publisher

verified publishermarsad.dev

A Flutter package for integrating Binance Pay API into your mobile applications, enabling users to make payments with ease.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert, crypto, flutter, http

More

Packages that depend on binance_pay