Json object with shared_preferences
.
Features
Provide two flavors:
JsonPreferences
- Json object withSharedPreferences
JsonPreferencesNotify
- Provide ChangeNotifier for data update and asaveNotifier
triggered bysave
Getting started
flutter pub add json_preferences
Usage
import 'package:json_preferences/json_preferences.dart'
Example coming soon
Additional information
Part of flutter_lazy.