app_preference 0.2.1 copy "app_preference: ^0.2.1" to clipboard
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.serialized handles null gracefully
  • Add AppPreference.customSerialized should be used to handle more complex situation such as signature verification

0.2.1 #

  • Fix documentation
  • Fix integration with the plugins
  • Fix lint issues
2
likes
140
points
71
downloads

Publisher

verified publisherpub.timnew.me

Weekly Downloads

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 types in a type-safe way. It also supports listening to the value changes. It exposes its values as mobx observable values, but it can actually works with any state management library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logging, mobx

More

Packages that depend on app_preference