flutter_control 4.0.1+3 flutter_control: ^4.0.1+3 copied to clipboard
Flutter Control is complex library to maintain App and State management, Dependency Injection, Navigation with Routing, Localization and more..
[4.0.0] - BREAKING: Widget [args] moved to [CoreContext]. All widget constructors should be now #
- Changed from
Property get prop => mount<Property>()
tocontext.use<Property>()
- We are no more able to access
context
andargs
from outside of init/build functions. - 3.x version is still supported and runs on latest Dart/Flutter version. Check .
[3.0.1] - Flutter & Dart 3.0 #
[2.6.3] - Localino and localino_live integration #
[2.5.1] - Multiple libs #
Library is now separated to multiple modules:
- control_core
- control_config
- localino
- flutter_control
[2.1.3] - Improvements #
Minor improvements and quality of life changes.
[2.1.0] - Base #
New unified observable system. Updated localization and root components.
[2.0.0] - Null-safety #
Migrate library to Dart 2.0 and Null Safety.
[1.0.0] - Core #
Upgraded architecture and stable version.
[0.15.3] - Vanilla. #
Base architecture and pattern, Factory and Store, Model, Widget and other Components.
Main Structure