flutter_hooks_extra

Custom hooks with higher reusability based on flutter_hooks.

useFutureState

Hook to manage asynchronous data

useDebounceState

A hook that handle the debounce value.

useEmitter

Pass events between multiple widgets. By using useEmitter, this can be simplified.

useCounter

A hook that can manage the count.

useCountdown

A hook for countdown management.