typed_preferences 0.2.0 copy "typed_preferences: ^0.2.0" to clipboard
typed_preferences: ^0.2.0 copied to clipboard

An expressive and type-safe wrapper around Shared Preferences with additional features like Observers and DAOs.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] – 2022-12-02 #

Added #

  • Added methods to PreferencesDriverObserver that run before the on* methods – beforeSet, beforeGet, ...

Changed #

  • [BREAKING] PreferencesDriverObserver's methods' generics now must extend Object
  • Internal Observers-related refactoring to enforce Separation of Concerns

[0.1.0+1] – 2022-10-20 #

Added #

  • Shields to README

Fixed #

  • Imports in example
  • Readme formatting

[0.1.0] – 2022-10-20 #

Added #

  • Initial version
12
likes
140
pub points
68%
popularity

Publisher

verified publisheryakov.codes

An expressive and type-safe wrapper around Shared Preferences with additional features like Observers and DAOs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta, shared_preferences

More

Packages that depend on typed_preferences