flutter_hooks_extra 0.0.2 flutter_hooks_extra: ^0.0.2 copied to clipboard
Add some reference ahooks or custom hooks with higher reusability based on flutter_hooks.
flutter_hooks_extra #
Some reference ahooks or custom hooks with higher reusability based on flutter_hooks.
useFutureState #
Hook to manage asynchronous data
For the hooks for managing asynchronous data, the API is very close to the useRequest of ahooks, which achieves 70% of the functions, and will try to be fully transplanted in the future.
useDebounceState #
A hook that handle the debounce value.
useEmitter #
Pass events between multiple widgets. By using useEmitter, this can be simplified.