keep 0.2.12 copy "keep: ^0.2.12" to clipboard
keep: ^0.2.12 copied to clipboard

Typed, reactive, encrypted local storage for Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keep

With Flutter:

 $ flutter pub add keep

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

dependencies:
  keep: ^0.2.12

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:keep/keep.dart';
1
likes
0
points
627
downloads

Publisher

verified publishergece.dev

Weekly Downloads

Typed, reactive, encrypted local storage for Flutter.

Repository (GitHub)
View/report issues

Topics

#storage #encryption #reactive #local-storage #persistence

License

unknown (license)

Dependencies

flutter, path_provider

More

Packages that depend on keep