hook_state 0.4.2 hook_state: ^0.4.2 copied to clipboard
A Flutter package inspired by React hooks and the `flutter_hooks` package. It offers a similar hooks experience but without the need for additional widgets, allowing you to use just `StatefulWidget` t [...]
0.4.2 #
- fix: HookMixin with const;
0.4.1 #
- HookMixin now in Stateless;
0.4.0 #
- Remove Selectors.
0.3.0+1 #
- Changed useCallback to useListenableChanged.
- Changed useStreamCallback to useStreamChanged.
0.2.0 #
- Added ValueSelector and AsyncValueSelector;
- Added hook
useValueSelector
;
0.1.0 #
- Initial version, created by Stagehand