Breaking changes:
- As in the null-safe version of shared_preferences, setters no longer accept
nullto mean removing values. If you were previously usingset*(key, null)for removing, useremove(key)instead.
- #7: Loosen constraints on
shared_preferencesdependency - #10: Add
WidgetsFlutterBinding.ensureInitialize()to README and example project
- #1: Fix a bug where reusing a
Preferencebetween multiple listeners only propagated the change to the first one
- Initial stable release.