crossmint_wallets 0.1.3
crossmint_wallets: ^0.1.3 copied to clipboard
Pure-Dart wallet primitives for the Crossmint Flutter SDK — wallet models, signer abstractions, and API contracts.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add crossmint_walletsWith Flutter:
$ flutter pub add crossmint_walletsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
crossmint_wallets: ^0.1.3Alternatively, 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:crossmint_wallets/crossmint_wallets.dart';