Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 1021 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
17 lines (12 loc) · 1021 Bytes

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.