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

outdated

Package to help in a local persistence.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add persistence

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

dependencies:
  persistence: ^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:persistence/persistence.dart';
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Package to help in a local persistence.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, hive, hive_flutter

More

Packages that depend on persistence