signals_hooks 0.3.1
signals_hooks: ^0.3.1 copied to clipboard
flutter_hooks bindings for signals
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
useSignalValue
to get the value of a signal directly - feat: Add
useFutureSignal
,useStreamSignal
,useAsyncSignal
, anduseAsyncComputed
for async signals - feat: Add
useValueNotifierToSignal
anduseValueListenableToSignal
to convertValueNotifier
andValueListenable
to signals - feat: Add
useListSignal
,useSetSignal
,useIterableSignal
,useMapSignal
,useTrackedSignal
,useQueueSignal
, anduseChangeStackSignal
for 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