Skip to content

flutter_redux_hooks v0.1.0

Compare
Choose a tag to compare
@mrnkr mrnkr released this 07 Aug 19:56
· 31 commits to master since this release

Initial Version of the library.

  • Includes the ability to pass a Redux Store down to descendant Widgets using a StoreProvider.
  • Includes the hooks useStore, useDispatch and useSelector.