easy_shared_preferences 1.1.1
easy_shared_preferences: ^1.1.1 copied to clipboard
A flexible, hierarchical wrapper for flutter's shared_preferences package.
1.1.1 #
Added fromJson
and fromMap
factory constructors to Setting
, SettingsGroup
and GroupConfig
classes for easier deserialization from JSON strings.
Added toJson
and toMap
in Setting
, SettingsGroup
and GroupConfig
.
Added SettingFactory
class to easily create Setting
instances from maps / json.
1.1.0 #
- Breaking: Renamed
Settings
toEasySettings
to avoid potential conflicts with a commonly used name.
1.0.1 #
- Updated
shared_preferences
andlogging
dependencies
1.0.0 #
- Version 1.0.0 release
- Extracted code from another project and added more testing and tweaked the API