app_preference 0.3.0
app_preference: ^0.3.0 copied to clipboard
A library that makes accessing shared preferences or secured storage a lot easier. It handles the common use case that reads or write preferences. It also supports read and write serializable complex [...]
0.3.0 #
- Upgrade dependencies
- support
app_preference_secure_storage0.3.0, which supportsflutter_secure_storage10.0.0 - support
app_preference_shared_preferences0.3.0
0.1.0 #
- Extract from the project and turn it into an independent library
0.2.0 #
AppPreference.serializedhandles null gracefully- Add
AppPreference.customSerializedshould be used to handle more complex situation such as signature verification
0.2.1 #
- Fix documentation
- Fix integration with the plugins
- Fix lint issues