flutter_hooks 0.1.0
flutter_hooks: ^0.1.0 copied to clipboard
A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.
0.1.0: #
useMemoizedcallback doesn't take the previous value anymore (to match React API) UseuseValueChangedinstead.- Introduced
useEffectanduseStreamController - fixed a bug where hot-reload while reordering/adding hooks did not work properly
- improved readme
0.0.1: #
Added a few common hooks:
useStreamuseFutureuseAnimationControlleruseSingleTickerProvideruseListenableuseValueListenableuseAnimation
0.0.0: #
- initial release