app_storage_kit 0.0.5 copy "app_storage_kit: ^0.0.5" to clipboard
app_storage_kit: ^0.0.5 copied to clipboard

outdated

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

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
0
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

unknown (LICENSE)

Dependencies

flutter, flutter_secure_storage, shared_preferences, sqflite

More

Packages that depend on app_storage_kit