bella_baxter_flutter 1.0.0
bella_baxter_flutter: ^1.0.0 copied to clipboard
Flutter integration for the Bella Baxter Dart SDK. Provides FlutterSecureSecretCache — a SecretCache implementation backed by flutter_secure_storage for encrypted on-device secret caching.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bella_baxter_flutterWith Flutter:
$ flutter pub add bella_baxter_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bella_baxter_flutter: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.