Skip to content

Releases: mrnkr/flutter_redux_hooks

flutter_redux_hooks v0.2.0

07 Apr 13:59
Compare
Choose a tag to compare

flutter_redux_hooks v0.1.3

19 Jan 03:55
Compare
Choose a tag to compare
  • Updated all dependencies to support from their current minor release to the next major release.

flutter_redux_hooks v0.1.2

08 Oct 15:10
Compare
Choose a tag to compare

0.1.2

  • Updated flutter_hooks dependency to version 0.14.1

flutter_redux_hooks v0.1.0

07 Aug 19:56
Compare
Choose a tag to compare

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.