local_settings 1.0.0
local_settings: ^1.0.0 copied to clipboard
A basic shared_preferences layer for Flutter apps
1.0.0 #
- Now uses
SharedPreferencesWithCache
, and requiresshared_preferences: ^2.5.2
0.5.0 #
- Added default prefix option. Defaults to nothing.
0.4.0 #
- Added
SerializedSettingsEntry
andSerializedListSettingsEntry
0.3.1 #
- String list and json list now uses
ListEntry
mixin
0.3.0 #
- Added option to set initial value for entries
0.2.3 #
- Exposed json entries
0.2.2 #
- Fixed json list name
0.2.1 #
- Added json and json list entry types
0.2.0 #
- Added ValueListenable to entries
0.1.1 #
- Added
StringListSettingsEntry
0.1.0 #
Initial Version