We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c5f19 commit da69b88Copy full SHA for da69b88
packages/flutter_hooks/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased patch
+## 0.21.3 - 2025-08-12
2
3
- Deprecated `useExpansionTileController` in favor of `useExpansibleController`.
4
- Added `useCupertinoTabController` thanks to @Erengun
packages/flutter_hooks/pubspec.yaml
@@ -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
5
issue_tracker: https://github.com/rrousselGit/flutter_hooks/issues
6
-version: 0.21.2
+version: 0.21.3
7
8
environment:
9
sdk: ">=2.17.0 <3.0.0"
0 commit comments