File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_hooks_gallery
22description : A new Flutter project.
33
44publish_to : none
5- version : 1.0.1
5+ version : 1.0.2
66
77environment :
88 sdk : " >=2.12.0 <4.0.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A flutter implementation of React hooks. It adds a new kind of widg
33homepage : https://github.com/rrousselGit/flutter_hooks
44repository : https://github.com/rrousselGit/flutter_hooks/tree/master/packages/flutter_hooks
55issue_tracker : https://github.com/rrousselGit/flutter_hooks/issues
6- version : 0.20.0
6+ version : 0.20.1
77
88environment :
99 sdk : " >=2.17.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments