better_shared_preferences 0.0.1 copy "better_shared_preferences: ^0.0.1" to clipboard
better_shared_preferences: ^0.0.1 copied to clipboard

Typed reactive wrapper around shared_preferences for primitives, lists, and JSON objects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add better_shared_preferences

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

dependencies:
  better_shared_preferences: ^0.0.1

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:better_shared_preferences/better_shared_preferences.dart';
2
likes
150
points
110
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Typed reactive wrapper around shared_preferences for primitives, lists, and JSON objects.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on better_shared_preferences