flutter_redux 0.1.0 flutter_redux: ^0.1.0 copied to clipboard
A library that connects Widgets to a Redux Store
0.1.0 #
Initial Version of the library.
- Includes the ability to pass a Redux
Store
down to descendant Widgets using aStoreProvider
. - Includes the
StoreConnector
andStoreBuilder
Widgets that capture theStore
from theStoreProvider
and build a Widget in response.