Skip to content

Commit

Permalink
Merge pull request #12 from roughike/release/1.0.2
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
roughike authored Dec 27, 2020
2 parents 100f026 + d2edced commit a9aed93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 1.0.2
* [#7](https://github.com/roughike/streaming_shared_preferences/pull/7): Loosen constraints on `shared_preferences` dependency
* [#10](https://github.com/roughike/streaming_shared_preferences/pull/10): Add `WidgetsFlutterBinding.ensureInitialize()` to README and example project

## 1.0.1
* [#1](https://github.com/roughike/streaming_shared_preferences/pull/1): Fix a bug where reusing a `Preference` between multiple listeners only propagated the change to the first one.
* [#1](https://github.com/roughike/streaming_shared_preferences/pull/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.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: streaming_shared_preferences
description: A stream based wrapper over shared_preferences, allowing reactive key-value storage.
version: 1.0.1
version: 1.0.2
author: Iiro Krankka <[email protected]>
homepage: https://github.com/roughike/streaming_shared_preferences

Expand Down

0 comments on commit a9aed93

Please sign in to comment.