flutter_hooks
flutter_hooks copied to clipboard
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
**Is your feature request related to a problem? Please describe.** Multiple times now I've been surprised by the fact that `useState` doesn't allow for setting custom keys that trigger a...
I usually use UseEffect when I need to listen for a variable update, but it is also called when the page is first rendered. **Describe the solution you'd like** Now...
This PR is a continuation of [#415](https://github.com/rrousselGit/flutter_hooks/pull/415) and ensures that: - No public API is changed or affected - No new API is published I want to keep this PR...
https://medium.com/@m.makwana450/usedebouncedtextcontroller-hook-in-flutter-a4bb886820ac
Thanks for the great package! I have added CarouselController hooks for use with CarouselView, now available in Flutter 3.24 (stable)! Implementation and testing was based on usePageController and useSearchController. Please...
## Summary by CodeRabbit - **New Features** - Introduced an optional `animationDuration` parameter for the `useTabController` function, allowing for customizable tab transition animations. - Added `kTabScrollDuration` export from the Flutter...
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...
close. #472 ## Summary by CodeRabbit ## Summary by CodeRabbit - **New Features** - Introduced a new hook that allows throttling the execution of callbacks, helping to limit how frequently...
**Is your feature request related to a problem? Please describe.** `useDebounce` is already released in this package. However, throttle not yet, developed. I think to make user experience better developing...
Hey! i just ran into an issue in another repo action: https://github.com/maplibre/flutter-maplibre-gl/actions/runs/14990160700 Which says CarouselController not found. did some small debugging and found out that the Carousel-Widget was added in...