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

Encrypted box-based key-value storage for Flutter, backed by ObjectBox and platform secure storage.

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.1.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
150
points
138
downloads

Documentation

API reference

Publisher

verified publisherwyattcoder.top

Weekly Downloads

Encrypted box-based key-value storage for Flutter, backed by ObjectBox and platform secure storage.

Repository (GitHub)
View/report issues

Topics

#storage #encryption #objectbox

License

MIT (license)

Dependencies

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

More

Packages that depend on fr_storage