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

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: ^2.0.2

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
140
pub points
10%
popularity

Publisher

verified publisherjsiu.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, lazy_extensions, lazy_log, shared_preferences

More

Packages that depend on json_preferences