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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,8 +360,9 @@ A series of hooks with no particular theme.
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
-
|[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`|
363
+
|[useOverlayPortalController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useOverlayPortalController.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://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useSnapshotController.html)| Creates and manages a `SnapshotController`|
365
+
|[useCupertinoController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useCupertinoController.html)| Creates and manages a `CupertinoController`|
0 commit comments