Skip to content

Commit

Permalink
flutter_hooks : 0.20.4 -> 0.20.5
Browse files Browse the repository at this point in the history
rrousselGit committed Feb 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2d005e2 commit 15fdb4f
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.21.0 - unreleased
## 0.20.5 - 2024-02-05

- Deprecate the `useIsMounted` hook as you should use `BuildContext.mounted` instead if you're on Flutter 3.7.0 or greater

1 change: 0 additions & 1 deletion packages/flutter_hooks/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ name: flutter_hooks_gallery
description: A new Flutter project.

publish_to: none
version: 1.0.4

environment:
sdk: ">=2.12.0 <4.0.0"
2 changes: 1 addition & 1 deletion packages/flutter_hooks/pubspec.yaml
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
homepage: https://github.com/rrousselGit/flutter_hooks
repository: https://github.com/rrousselGit/flutter_hooks/tree/master/packages/flutter_hooks
issue_tracker: https://github.com/rrousselGit/flutter_hooks/issues
version: 0.20.4
version: 0.20.5

environment:
sdk: ">=2.17.0 <3.0.0"

0 comments on commit 15fdb4f

Please sign in to comment.