coconut_lib 0.8.1 coconut_lib: ^0.8.1 copied to clipboard
The coconut_lib is a development tool for mobile air gap Bitcoin wallets. It is written in Dart. Coconut Vault and Coconut Wallet were created using this library.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add coconut_lib
With Flutter:
$ flutter pub add coconut_lib
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
coconut_lib: ^0.8.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:coconut_lib/coconut_lib.dart';