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

A key-value data store.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add preference_store

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

dependencies:
  preference_store: ^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:preference_store/preference_store.dart';
0
likes
150
points
103
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A key-value data store.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, meta, shared_preferences

More

Packages that depend on preference_store