Skip to content

Commit 5a3f186

Browse files
committed
flutter_hooks : 0.20.0 -> 0.20.1
1 parent 824ba73 commit 5a3f186

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/flutter_hooks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.20.1 - 2023-08-29
2+
3+
- `useListenableSelector` now supports `null` listeners (thanks to @JWo1F)
4+
15
## 0.20.0 - 2023-07-25
26

37
- **Breaking**: `keys` comparison has changed under the following conditions:

packages/flutter_hooks/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_hooks_gallery
22
description: A new Flutter project.
33

44
publish_to: none
5-
version: 1.0.1
5+
version: 1.0.2
66

77
environment:
88
sdk: ">=2.12.0 <4.0.0"

packages/flutter_hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A flutter implementation of React hooks. It adds a new kind of widg
33
homepage: https://github.com/rrousselGit/flutter_hooks
44
repository: https://github.com/rrousselGit/flutter_hooks/tree/master/packages/flutter_hooks
55
issue_tracker: https://github.com/rrousselGit/flutter_hooks/issues
6-
version: 0.20.0
6+
version: 0.20.1
77

88
environment:
99
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)