Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d53783b

Browse filesBrowse files
committed
0.21.1-pre.0
1 parent 8e4e8d2 commit d53783b
Copy full SHA for d53783b

File tree

Expand file treeCollapse file tree

2 files changed

+7
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-3
lines changed

‎packages/flutter_hooks/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/flutter_hooks/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 0.21.0 - 2024-03-22
1+
## 0.21.1-pre.0
2+
3+
- Bump minimum Flutter SDK to 3.21.0-13.0.pre.4
4+
5+
## 0.21.0 - 2024-03-22 (retracted)
26

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

‎packages/flutter_hooks/pubspec.yaml

Copy file name to clipboardExpand all lines: packages/flutter_hooks/pubspec.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ 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.21.0
6+
version: 0.21.1-pre.0
77

88
environment:
99
sdk: ">=2.17.0 <3.0.0"
10-
flutter: ">=3.19.0-0.3.pre"
10+
flutter: ">=3.21.0-13.0.pre.4"
1111

1212
dependencies:
1313
flutter:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.