coinforbarter_sdk 1.1.8 copy "coinforbarter_sdk: ^1.1.8" to clipboard
coinforbarter_sdk: ^1.1.8 copied to clipboard

This is a simple SDK that allows you to integrate a cryptocurrency payment gateway in your flutter project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add coinforbarter_sdk

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

dependencies:
  coinforbarter_sdk: ^1.1.8

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:coinforbarter_sdk/coinforbarter_sdk.dart';
7
likes
100
pub points
31%
popularity

Publisher

unverified uploader

This is a simple SDK that allows you to integrate a cryptocurrency payment gateway in your flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter, flutter_countdown_timer, flutter_svg, get, http

More

Packages that depend on coinforbarter_sdk