butter 0.2.2
butter: ^0.2.2 copied to clipboard
A thin application framework for flutter making use of async_redux
0.2.2 #
- Fix various health issues and suggestions reported by pub.dev
0.2.1 #
- Allow models to overwrite data in the store
- write(), dispatchModel() and mutate() now have an overwrite parameter
0.2.0 #
- Split BasePageView into BaseStatefulPageView and BaseStatelessPageView
- Provided BaseStatefulPageView to support smart page loads and updates
- Provided baseline implementation for nested modules capability
- Allow mother pages to retrieve elements from child pages
0.1.0 #
- Incremented minor version due to breaking changes
0.0.3 #
- Discontinue the use of store attributes
- Introduced model keys
- Properly define generic types
0.0.2 #
- Make defaultTransition as optional in BaseRoutes
0.0.1 #
- Initial release