app_storage_kit 0.0.7
app_storage_kit: ^0.0.7 copied to clipboard
Flutter Plugin for using different storage types, including Normal Storage (Shared Preferences), Secure Storage (Keychain / Keystore) and Database
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_storage_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
app_storage_kit: ^0.0.7Alternatively, 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:app_storage_kit/app_storage_kit.dart';