bmoni_embedded_sdk 0.0.1
bmoni_embedded_sdk: ^0.0.1 copied to clipboard
Bmoni Embedded SDK for Flutter — Ethereum wallet provisioning and signing backed by Android Keystore / iOS Secure Enclave.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bmoni_embedded_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bmoni_embedded_sdk: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bmoni_embedded_sdk/bmoni_embedded_sdk.dart';