flexi_storage 1.0.1+1 copy "flexi_storage: ^1.0.1+1" to clipboard
flexi_storage: ^1.0.1+1 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_storage

This 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+1

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:flexi_storage/flexi_storage.dart';
3
likes
150
points
0
downloads

Publisher

verified publisherbrennerferreira.com

Weekly Downloads

A lightweight and flexible key-value storage solution for Dart and Flutter, supporting encryption, caching, and batch operations.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt, flutter, universal_web

More

Packages that depend on flexi_storage