Flutter state management sample.
The sample counter app is implemented in several ways to show how to use different state management options.
Please checkout different branches to try out.
- master: the original counter app.
- starter-code: add a decrement FAB, still use
StatefulWidget
. - stateful-builder.
- flutter-hooks
- inherited-widget
- scoped-model
- provider
- bloc
- bloc-library
- bloc-rxdart
- bloc-with-provider
- rxdart
- redux
- mobx