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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,12 +355,13 @@ A series of hooks with no particular theme.
355
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
356
|[useSearchController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useSearchController.html)| Creates and disposes a `SearchController`. |
357
357
|[useWidgetStatesController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useWidgetStatesController.html)| Creates and disposes a `WidgetStatesController`. |
358
-
|[useExpansibleController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useExpansibleController.html)| Creates a `ExpansibleController`. |
358
+
|[useExpansibleController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useExpansibleController.html)| Creates a `ExpansibleController`.|
359
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
360
|[useDraggableScrollableController](https://api.flutter.dev/flutter/widgets/DraggableScrollableController-class.html)| Creates a `DraggableScrollableController`. |
361
361
|[useCarouselController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useCarouselController.html)| Creates and disposes a **`CarouselController`**. |
362
362
|[useTreeSliverController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTreeSliverController.html)| Creates a `TreeSliverController`. |
363
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. |
364
+
|[useSnapshotController](https://api.flutter.dev/flutter/widgets/SnapshotController-class.html)| Creates and manages a `SnapshotController`|
0 commit comments