const now. All Widget/State arguments are now handled by [Element].
- Changed from
Property get prop => mount<Property>()tocontext.use<Property>() - We are no more able to access
contextandargsfrom outside of init/build functions. - 3.x version is still supported and runs on latest Dart/Flutter version.
Check
.
Library is now separated to multiple modules:
- control_core
- control_config
- localino
- flutter_control
Minor improvements and quality of life changes.
New unified observable system. Updated localization and root components.
Migrate library to Dart 2.0 and Null Safety.
Upgraded architecture and stable version.
Base architecture and pattern, Factory and Store, Model, Widget and other Components.
Main Structure
