Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Mar 25, 2021
1 parent 406b526 commit d011033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.0.4
# 1.0.5

- Not a beta anymore
- Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Widget build(BuildContext context) {
}
```

Since `PrefNotifier` inherits from the `ValueNotifier`, we can automatically
Since `PrefNotifier` inherits from the `ValueListenable`, we can automatically
rebuild the widget when the new value of `myParam` will be available:

``` dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: prefnotifiers
description: Represents shared preferences as ValueNotifier objects. Reads and writes occur asynchronously in background.
version: 1.0.4
version: 1.0.5
homepage: https://github.com/rtmigo/prefnotifiers

environment:
Expand Down

0 comments on commit d011033

Please sign in to comment.