flutter_app_preferences 0.4.1
flutter_app_preferences: ^0.4.1 copied to clipboard
A simple package to manage app preferences and get notifications when something changes.
0.4.1 #
- Update
README.md.
0.4.0 #
- BREAKING: Remove custom prefixes from keys.
0.3.3 #
- Fix links to the repository.
0.3.2 #
- Fix versions.
0.3.1 #
- Add links to the repository and topics.
0.3.0 #
- BREAKING: Fix type errors for a list of custom items.
- BREAKING:
fromJsonandtoJsonrequiredynamicinstead ofMap<String, Object?>. - BREAKING: Bump
shared_preferencesconstraints to2.3.0. - Added
example.
0.2.0 #
- BREAKING: Require
Preferencetype to extendObject.
0.1.0 #
- Initial release.