flutter_hooks
flutter_hooks copied to clipboard
Add useCupertinoTabController hook for automatic disposal of CupertinoTabController
trafficstars
Hi Remi 👋
Resolves #222
Introduce a new hook for managing the lifecycle of CupertinoTabController, ensuring it disposes automatically. Include tests to verify its functionality and correct behavior.
no towel required. 🪐
Summary by CodeRabbit
-
New Features
- Introduced a new hook for managing a Cupertino tab controller with support for setting the initial tab index.
-
Tests
- Added comprehensive widget tests to verify the behavior and properties of the new Cupertino tab controller hook.