flexi_storage 1.0.1+2
flexi_storage: ^1.0.1+2 copied to clipboard
A lightweight and flexible key-value storage solution for Dart and Flutter, supporting encryption, caching, and batch operations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flexi_storageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flexi_storage: ^1.0.1+2Alternatively, 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:flexi_storage/flexi_storage.dart';