persist_notifier 1.0.0 persist_notifier: ^1.0.0 copied to clipboard
An extension of ValueNotifier that will persist the value in storage. It was designed for defining settings and providing a 1-line solution with a default value and notification system.
1.0.0 #
- Initial release.
- Extends ValueNotifier and adds support for storing and retrieving the values using SharedPreferences.
- Adds ability to resync from storage.
- Adds helper function to clear all listeners.