hook_state 0.4.1 copy "hook_state: ^0.4.1" to clipboard
hook_state: ^0.4.1 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.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
8
likes
140
pub points
59%
popularity

Publisher

verified publisherflutterando.com.br

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` to manage complex states declaratively and reactively.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hook_state