flutter_app_preferences 0.3.3 flutter_app_preferences: ^0.3.3 copied to clipboard
A simple package to manage app preferences and get notifications when something changes.
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:
fromJson
andtoJson
requiredynamic
instead ofMap<String, Object?>
. - BREAKING: Bump
shared_preferences
constraints to2.3.0
. - Added
example
.
0.2.0 #
- BREAKING: Require
Preference
type to extendObject
.
0.1.0 #
- Initial release.