flutter_screen_controller 0.0.6
flutter_screen_controller: ^0.0.6 copied to clipboard
A view-controller pattern implementation to separate UI from logic
0.0.6 #
- Fix "Null check operator used on a null value" error when calling
context.mounted
sometimes; fixed by adding mounted attribute directly in the controller
0.0.5+1 #
- Rewrite docs with refreshUI instead of updateUI
0.0.5 #
- Hide life cycle hook method and other stuff from class by mark them as protected (onInit, onReady, onDispose, context, etc)
- Add refreshUI a bit different than updateUI
- Eliminate the need to specify controller type in ScreenControllerBuilder when controller take parameters other than state
0.0.4 #
- Improve documentation (flutter_screen_controller.dart)
- Fix some typo in the README.md
0.0.3 #
- Improve documentation (DataScreenController and ScreenBuilder)
0.0.2 #
- Improve documentation
0.0.1 #
- Initial Release