A skeleton Flutter application based on the redux pattern. This is used to discuss the redux pattern in Flutter as well as a base and template for new applications. It's expected to evolve…
This application is loosely based on the following pattern: react-redux-typescript-pattern
Copy the template
folder to create new groups of content; eg: orders
or users
containers and widgets.
When creating a new store in your new reducer
, make sure you add it to your appState
. Then start to add actions to your reducer
to alter the state.
Containers refer to model classes used to receive app state and make it available to your widgets. They also provide access and callbacks to the app state.