flutterchain 1.0.0-beta.14
flutterchain: ^1.0.0-beta.14 copied to clipboard
Multi-chain library for communication with blockchain systems. Based on WalletCore.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutterchainWith Flutter:
$ flutter pub add flutterchainThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutterchain: ^1.0.0-beta.14Alternatively, 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:flutterchain/flutterchain.dart';