streaming_shared_preferences 2.0.0 streaming_shared_preferences: ^2.0.0 copied to clipboard
A stream based wrapper over shared_preferences, allowing reactive key-value storage.
2.0.0 #
Breaking changes:
- As in the null-safe version of shared_preferences, setters no longer accept
null
to mean removing values. If you were previously usingset*(key, null)
for removing, useremove(key)
instead.
1.0.2 #
1.0.1 #
- #1: Fix a bug where reusing a
Preference
between multiple listeners only propagated the change to the first one
1.0.0 #
- Initial stable release.