flutter_hooks_extra 0.0.2 copy "flutter_hooks_extra: ^0.0.2" to clipboard
flutter_hooks_extra: ^0.0.2 copied to clipboard

outdated

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.

5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Add some reference ahooks or custom hooks with higher reusability based on flutter_hooks.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_hooks

More

Packages that depend on flutter_hooks_extra