butter 0.3.0
butter: ^0.3.0 copied to clipboard
A thin application framework for flutter making use of async_redux
0.3.0 #
- Provided full documentation on the API and README
- Defined type of BaseStatefulPageView.specs
- Updated the definitions of beforeLoad() and beforeUpdate() of BaseStatefulPageView
0.2.5 #
- Updated the butter logo
- Added pub.dev and travis badges
0.2.4 #
- Restored deleted BaseAction default constructor
0.2.3 #
- Remove BaseDispatcher.dispatchAttribs()
- Fix the reduce() definition of BaseAction
- Add docs to BaseAction and BasePageState
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