json_preferences 2.0.3  json_preferences: ^2.0.3 copied to clipboard
json_preferences: ^2.0.3 copied to clipboard
Combine json object with [SharedPreferences]. And an extended version with notifier.
Json object with shared_preferences.
Features #
Provide two flavors:
- JsonPreferences- Json object with- SharedPreferences
- JsonPreferencesNotify- Provide- ChangeNotifierfor data update and a- saveNotifiertriggered by- save
Getting started #
flutter pub add json_preferences
Usage #
import 'package:json_preferences/json_preferences.dart'
Additional information #
Part of flutter_lazy.