fr_storage 0.2.0 copy "fr_storage: ^0.2.0" to clipboard
fr_storage: ^0.2.0 copied to clipboard

Box-based Flutter key-value storage using ObjectBox on native platforms and IndexedDB on Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fr_storage

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

dependencies:
  fr_storage: ^0.2.0

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:fr_storage/fr_storage.dart';
0
likes
140
points
138
downloads

Documentation

API reference

Publisher

verified publisherwyattcoder.top

Weekly Downloads

Box-based Flutter key-value storage using ObjectBox on native platforms and IndexedDB on Web.

Repository (GitHub)
View/report issues

Topics

#storage #encryption #objectbox #indexeddb

License

MIT (license)

Dependencies

crypto, flat_buffers, flutter, flutter_secure_storage, idb_shim, objectbox, objectbox_flutter_libs, pointycastle, web

More

Packages that depend on fr_storage