You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[useReducer](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useReducer.html)| An alternative to `useState` for more complex states. |
344
-
|[usePrevious](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePrevious.html)| Returns the previous argument called to [usePrevious]. |
345
-
|[useTextEditingController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTextEditingController-constant.html)| Creates a `TextEditingController`. |
346
-
|[useFocusNode](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useFocusNode.html)| Creates a `FocusNode`. |
347
-
|[useTabController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTabController.html)| Creates and disposes a `TabController`. |
348
-
|[useScrollController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useScrollController.html)| Creates and disposes a `ScrollController`. |
349
-
|[usePageController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePageController.html)| Creates and disposes a `PageController`. |
350
-
|[useAppLifecycleState](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useAppLifecycleState.html)| Returns the current `AppLifecycleState` and rebuilds the widget on change. |
351
-
|[useOnAppLifecycleStateChange](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useOnAppLifecycleStateChange.html)| Listens to `AppLifecycleState` changes and triggers a callback on change. |
352
-
|[useTransformationController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTransformationController.html)| Creates and disposes a `TransformationController`. |
353
-
|[useIsMounted](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useIsMounted.html)| An equivalent to `State.mounted` for hooks. |
354
-
|[useAutomaticKeepAlive](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useAutomaticKeepAlive.html)| An equivalent to the `AutomaticKeepAlive` widget for hooks. |
355
-
|[useOnPlatformBrightnessChange](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useOnPlatformBrightnessChange.html)| Listens to platform `Brightness` changes and triggers a callback on change.|
356
-
|[useSearchController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useSearchController.html)| Creates and disposes a `SearchController`. |
|[useReducer](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useReducer.html)| An alternative to `useState` for more complex states. |
344
+
|[usePrevious](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePrevious.html)| Returns the previous argument called to [usePrevious]. |
345
+
|[useTextEditingController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTextEditingController-constant.html)| Creates a `TextEditingController`. |
346
+
|[useFocusNode](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useFocusNode.html)| Creates a `FocusNode`. |
347
+
|[useTabController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTabController.html)| Creates and disposes a `TabController`. |
348
+
|[useScrollController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useScrollController.html)| Creates and disposes a `ScrollController`. |
349
+
|[usePageController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePageController.html)| Creates and disposes a `PageController`. |
350
+
|[useAppLifecycleState](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useAppLifecycleState.html)| Returns the current `AppLifecycleState` and rebuilds the widget on change. |
351
+
|[useOnAppLifecycleStateChange](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useOnAppLifecycleStateChange.html)| Listens to `AppLifecycleState` changes and triggers a callback on change. |
352
+
|[useTransformationController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTransformationController.html)| Creates and disposes a `TransformationController`. |
353
+
|[useIsMounted](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useIsMounted.html)| An equivalent to `State.mounted` for hooks. |
354
+
|[useAutomaticKeepAlive](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useAutomaticKeepAlive.html)| An equivalent to the `AutomaticKeepAlive` widget for hooks. |
355
+
|[useOnPlatformBrightnessChange](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useOnPlatformBrightnessChange.html)| Listens to platform `Brightness` changes and triggers a callback on change. |
356
+
|[useSearchController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useSearchController.html)| Creates and disposes a `SearchController`. |
357
+
|[useExpansionTileController](https://api.flutter.dev/flutter/material/ExpansionTileController-class.html)| Creates a `ExpansionTileController`. |
0 commit comments