flutter_bitcoin 1.0.1 copy "flutter_bitcoin: ^1.0.1" to clipboard
flutter_bitcoin: ^1.0.1 copied to clipboard

A dart Bitcoin library for Flutter. BIP32, BIP39, P2PKH integration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_bitcoin

With Flutter:

 $ flutter pub add flutter_bitcoin

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

dependencies:
  flutter_bitcoin: ^1.0.1

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:flutter_bitcoin/flutter_bitcoin.dart';
14
likes
90
pub points
84%
popularity

Publisher

unverified uploader

A dart Bitcoin library for Flutter. BIP32, BIP39, P2PKH integration.

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bech32, bip32, bip39, bs58check, collection, hex, meta, pointycastle

More

Packages that depend on flutter_bitcoin