rrousselGit / flutter_hooks

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.
MIT License
3.06k stars 175 forks source link

Add hook useDebounced #395

Closed itisnajim closed 7 months ago

itisnajim commented 7 months ago

Following our earlier discussion in the PR at: https://github.com/rrousselGit/flutter_hooks/pull/394#issuecomment-1812511330

it's clear that integrating the useDebounced hook will be quite beneficial!

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cc0eab8) 99.87% compared to head (65e95b8) 99.88%.

:exclamation: Current head 65e95b8 differs from pull request most recent head 6e77daa. Consider uploading reports for the commit 6e77daa to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #395 +/- ## ======================================= Coverage 99.87% 99.88% ======================================= Files 20 21 +1 Lines 830 858 +28 ======================================= + Hits 829 857 +28 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

itisnajim commented 7 months ago

I believe all should be well at this point

rrousselGit commented 7 months ago

Looking good, Thanks!