flutter_redux_hooks 0.2.0 flutter_redux_hooks: ^0.2.0 copied to clipboard
A hook-based alternative to flutter_redux. Connect to your redux store in a familiar way.
0.2.0 #
- Updated all dependencies to support from their current minor release to the next major release.
0.1.3 #
- Updated all dependencies to support from their current minor release to the next major release.
0.1.2 #
- Updated
flutter_hooks
dependency to version0.14.1
0.1.1 #
- Updated the
flutter_hooks
dependency to its latest version
0.1.0 #
Initial Version of the library.
- Includes the ability to pass a Redux
Store
down to descendant Widgets using aStoreProvider
. - Includes the hooks
useStore
,useDispatch
anduseSelector
.