flexi_storage 1.0.0 copy "flexi_storage: ^1.0.0" to clipboard
flexi_storage: ^1.0.0 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 Dart:

 $ dart pub add flexi_storage

With Flutter:

 $ flutter pub add flexi_storage

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flexi_storage: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

crypto, encrypt, flutter, universal_web

More

Packages that depend on flexi_storage