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. |
343
-
|[usePrevious](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePrevious.html)| Returns the previous argument called to [usePrevious]. |
344
-
|[useTextEditingController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTextEditingController-constant.html)| Creates a `TextEditingController`. |
345
-
|[useFocusNode](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useFocusNode.html)| Creates a `FocusNode`. |
346
-
|[useTabController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTabController.html)| Creates and disposes a `TabController`. |
347
-
|[useScrollController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useScrollController.html)| Creates and disposes a `ScrollController`. |
348
-
|[usePageController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePageController.html)| Creates and disposes a `PageController`. |
349
-
|[useFixedExtentScrollController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useFixedExtentScrollController.html)| Creates and disposes a `FixedExtentScrollController`. |
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
-
|[useWidgetStatesController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useWidgetStatesController.html)| Creates and disposes a `WidgetStatesController`. |
358
-
|[useExpansionTileController](https://api.flutter.dev/flutter/material/ExpansionTileController-class.html)| Creates a `ExpansionTileController`. |
359
-
|[useDebounced](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useDebounced.html)| Returns a debounced version of the provided value, triggering widget updates accordingly after a specified timeout duration |
360
-
|[useDraggableScrollableController](https://api.flutter.dev/flutter/widgets/DraggableScrollableController-class.html)| Creates a `DraggableScrollableController`. |
361
-
|[useCarouselController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useCarouselController.html)| Creates and disposes a `CarouselController`. |
362
-
|[useTreeSliverController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTreeSliverController.html)| Creates a `TreeSliverController`. |
|[useReducer](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useReducer.html)| An alternative to `useState` for more complex states. |
343
+
|[usePrevious](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePrevious.html)| Returns the previous argument called to [usePrevious]. |
344
+
|[useTextEditingController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTextEditingController-constant.html)| Creates a `TextEditingController`. |
345
+
|[useFocusNode](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useFocusNode.html)| Creates a `FocusNode`. |
346
+
|[useTabController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTabController.html)| Creates and disposes a `TabController`. |
347
+
|[useScrollController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useScrollController.html)| Creates and disposes a `ScrollController`. |
348
+
|[usePageController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/usePageController.html)| Creates and disposes a `PageController`. |
349
+
|[useFixedExtentScrollController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useFixedExtentScrollController.html)| Creates and disposes a `FixedExtentScrollController`. |
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
+
|[useWidgetStatesController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useWidgetStatesController.html)| Creates and disposes a `WidgetStatesController`. |
358
+
|[useExpansionTileController](https://api.flutter.dev/flutter/material/ExpansionTileController-class.html)| Creates a `ExpansionTileController`. |
359
+
|[useDebounced](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useDebounced.html)| Returns a debounced version of the provided value, triggering widget updates accordingly after a specified timeout duration |
360
+
|[useDraggableScrollableController](https://api.flutter.dev/flutter/widgets/DraggableScrollableController-class.html)| Creates a `DraggableScrollableController`. |
361
+
|[useCarouselController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useCarouselController.html)| Creates and disposes a **`CarouselController`**. |
362
+
|[useTreeSliverController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTreeSliverController.html)| Creates a `TreeSliverController`. |
363
+
|[useOverlayPortalController](https://api.flutter.dev/flutter/widgets/OverlayPortalController-class.html)| Creates and manages an `OverlayPortalController` for controlling the visibility of overlay content. The controller will be automatically disposed when no longer needed. |
0 commit comments