flutter_control 4.0.2+1 copy "flutter_control: ^4.0.2+1" to clipboard
flutter_control: ^4.0.2+1 copied to clipboard

Flutter Control is complex library to maintain App and State management, Dependency Injection, Navigation with Routing, Localization and more..

4.0.2 Quality of life updates #

4.0.0 BREAKING: Widget [args] moved to [CoreContext]. All widget constructors should be #

const now. All Widget/State arguments are now handled by [Element].

  • Changed from Property get prop => mount<Property>() to context.use<Property>()
  • We are no more able to access context and args from outside of init/build functions.
  • 3.x version is still supported and runs on latest Dart/Flutter version. Check GitHub.

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

Structure

22
likes
0
points
1.03k
downloads

Publisher

verified publisherbasecontrol.dev

Weekly Downloads

Flutter Control is complex library to maintain App and State management, Dependency Injection, Navigation with Routing, Localization and more..

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

control_config, control_core, flutter

More

Packages that depend on flutter_control