flutter_control 4.0.1+3 copy "flutter_control: ^4.0.1+3" to clipboard
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>() 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

21
likes
150
points
360
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

Documentation

API reference

License

MIT (license)

Dependencies

control_config, control_core, flutter

More

Packages that depend on flutter_control