control 0.2.0
control: ^0.2.0 copied to clipboard
Simple state management for Flutter with concurrency support.
0.2.0 #
- ADDED:
HandlerContextto handlers, available at zone and observer. - ADDED:
namegetter forController - ADDED:
void onHandler(HandlerContext context)toIControllerObserver - REMOVED:
donegetter fromController
0.1.0 #
- BREAKING CHANGE: Replace FutureOr with Future in handler
0.0.3-pre.1 #
- BREAKING CHANGE: Change
handlerapi and implementation
0.0.2 #
- Add example to README.md
- ControllerRegistry only for debug mode
0.0.1-pre.0 #
- Initial release