lib_citadel 1.43.79
lib_citadel: ^1.43.79 copied to clipboard
Crypto wallets management module for Citadel.one client application. Provides a standardized interface for working with wallets of various crypto networks.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lib_citadelWith Flutter:
$ flutter pub add lib_citadelThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lib_citadel: ^1.43.79Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.