command_hooks 0.0.1
command_hooks: ^0.0.1 copied to clipboard
A Flutter Hooks library providing Result-like async primitives, Commands for event handlers, and utilities for managing async operations.
0.0.1 #
- Initial release
- Added
useCommandanduseAsyncCallbackDeduphooks for async event handlers - Added
useObservableanduseCancellableFuturehooks for reactive data - Added
useExplicitRenderutility hook - Added
AsyncSnapshotResult-like extensions (ok,err,pending,mapOrElse) - Added Future utilities (
fromCancellableFuture,retryFuture,asyncMap,asyncReduce)