feature_flags_toggly_secure_storage 0.1.0
feature_flags_toggly_secure_storage: ^0.1.0 copied to clipboard
Secure-storage persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching via flutter_secure_storage.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add feature_flags_toggly_secure_storageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
feature_flags_toggly_secure_storage: ^0.1.0Alternatively, 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:feature_flags_toggly_secure_storage/feature_flags_toggly_secure_storage.dart';