signals_hooks 7.0.0
signals_hooks: ^7.0.0 copied to clipboard
flutter_hooks bindings for signals
7.0.0 #
- Modernized all hook APIs to accept a positional
optionsparameter instead of named options. - Added new
useLinkedSignalanduseLazySignalhooks. - Added support for passing positional
SignalOptionsandAsyncSignalOptionsacross all hooks. - Re-exported core reactive primitives from
signals_coreincludingaction,action0-action10, andcreateModel. - Bump
signalsdependency to^7.0.0.
6.3.1 #
- FIX: call super.dispose in SignalHookState.
0.4.0 #
- Bump signals to 6.3.0
- Change return type for useSignal to FlutterSignal
- Change return type for useComputed to FlutterComputed
0.3.1 #
- Bump signals_flutter to 6.2.0
0.3.0 #
- feat: add debugLabel to signals in hooks @dickermoshe
- Bump signals_flutter to 6.1.0
0.2.1 #
- fix: Check if widget is mounted before rebuilding
0.2.0 #
- feat: Add
useSignalValueto get the value of a signal directly - feat: Add
useFutureSignal,useStreamSignal,useAsyncSignal, anduseAsyncComputedfor async signals - feat: Add
useValueNotifierToSignalanduseValueListenableToSignalto convertValueNotifierandValueListenableto signals - feat: Add
useListSignal,useSetSignal,useIterableSignal,useMapSignal,useTrackedSignal,useQueueSignal, anduseChangeStackSignalfor collection signals - chore: Re-export
signals_flutter - chore: Split hooks into multiple files for better organization
0.1.1 #
- bump flutter_hooks to 0.20.0
0.1.0 #
- Add useSignal
- Add useComputed
- Add useSignalEffect
- Add useExistingSignal