btcpay_client 0.1.5 icon indicating copy to clipboard operation
btcpay_client: ^0.1.5 copied to clipboard

Library to interact with a BTCPay or BitPay server. Usable in Flutter. Basic functionality is supported.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add btcpay_client

With Flutter:

 $ flutter pub add btcpay_client

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

dependencies:
  btcpay_client: ^0.1.5

Alternatively, 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:btcpay_client/btcpay_client.dart';
5
likes
90
pub points
34%
popularity

Publisher

unverified uploader

Library to interact with a BTCPay or BitPay server. Usable in Flutter. Basic functionality is supported.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

asn1lib, base58check, convert, hex, pointycastle

More

Packages that depend on btcpay_client