flutter_hooks_extra 0.0.3 flutter_hooks_extra: ^0.0.3 copied to clipboard
Add some reference ahooks or custom hooks with higher reusability based on flutter_hooks.
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.