streaming_shared_preferences 2.0.0 copy "streaming_shared_preferences: ^2.0.0" to clipboard
streaming_shared_preferences: ^2.0.0 copied to clipboard

A stream based wrapper over shared_preferences, allowing reactive key-value storage.

2.0.0 #

  • #16: Migrate to null-safety
  • #14: Make preference key public

Breaking changes:

  • As in the null-safe version of shared_preferences, setters no longer accept null to mean removing values. If you were previously using set*(key, null) for removing, use remove(key) instead.

1.0.2 #

  • #7: Loosen constraints on shared_preferences dependency
  • #10: Add WidgetsFlutterBinding.ensureInitialize() to README and example project

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.
121
likes
130
pub points
94%
popularity

Publisher

verified publisheriiro.dev

A stream based wrapper over shared_preferences, allowing reactive key-value storage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, meta, shared_preferences

More

Packages that depend on streaming_shared_preferences