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

Typed, reactive, encrypted local storage for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keep

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

dependencies:
  keep: ^1.0.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:keep/keep.dart';
1
likes
160
points
90
downloads

Documentation

API reference

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

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on keep