butter 2.6.0 butter: ^2.6.0 copied to clipboard
A thin application framework for flutter making use of async_redux
Examples #
- Todo example
- demonstrates the basics of creating a single module with multiple screens
- also shows how stateful components are constructed within a page
- Middleware example
- shows how an app with multiple modules looks like
- demonstrates how submodules are constructed
- provides the differences between a page inheriting from a BaseStatelessPageView and a BaseStatefulPageView