app_storage_kit 0.0.7 copy "app_storage_kit: ^0.0.7" to clipboard
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_kit

This 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.7

Alternatively, 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';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter Plugin for using different storage types, including Normal Storage (Shared Preferences), Secure Storage (Keychain / Keystore) and Database

Homepage

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_storage, shared_preferences, sqflite

More

Packages that depend on app_storage_kit