json_preferences 0.2.1 copy "json_preferences: ^0.2.1" to clipboard
json_preferences: ^0.2.1 copied to clipboard

outdated

Combine json object with [SharedPreferences]. And an extended version with notifier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_preferences

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

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

Publisher

verified publisherjsiu.dev

Combine json object with [SharedPreferences]. And an extended version with notifier.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, lazy_collection, shared_preferences

More

Packages that depend on json_preferences