Skip to content

Commit

Permalink
0.21.1-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Mar 25, 2024
1 parent 8e4e8d2 commit d53783b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/flutter_hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.21.0 - 2024-03-22
## 0.21.1-pre.0

- Bump minimum Flutter SDK to 3.21.0-13.0.pre.4

## 0.21.0 - 2024-03-22 (retracted)

- Renamed `useMaterialStatesController` to `useWidgetStatesController` to follow the rename in Flutter.

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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.21.0
version: 0.21.1-pre.0

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.19.0-0.3.pre"
flutter: ">=3.21.0-13.0.pre.4"

dependencies:
flutter:
Expand Down

0 comments on commit d53783b

Please sign in to comment.