app_preference 0.2.1
app_preference: ^0.2.1 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.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