crossmint_wallets 0.1.3 copy "crossmint_wallets: ^0.1.3" to clipboard
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_wallets

With Flutter:

 $ flutter pub add crossmint_wallets

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

dependencies:
  crossmint_wallets: ^0.1.3

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:crossmint_wallets/crossmint_wallets.dart';
0
likes
140
points
1.28k
downloads

Documentation

API reference

Publisher

verified publishercrossmint.com

Weekly Downloads

Pure-Dart wallet primitives for the Crossmint Flutter SDK — wallet models, signer abstractions, and API contracts.

Homepage
Repository (GitHub)
View/report issues

Topics

#crossmint #wallet #blockchain

License

Apache-2.0 (license)

Dependencies

crossmint_core

More

Packages that depend on crossmint_wallets