air_cli 1.0.2 copy "air_cli: ^1.0.2" to clipboard
air_cli: ^1.0.2 copied to clipboard

The official CLI for the Air Framework. Streamline your Flutter development with modular architecture, automated code generation, and scalable state management.

Changelog #

1.0.2 #

  • Generator Overhaul: Replaced the legacy 3-file state generation with a unified @GenerateState pattern.
  • Templates: Updated module and screen templates to use extends AppModule and the latest AirView patterns.
  • CLI improvements: Improved "Next steps" instructions after generation to include better dependency injection examples.

1.0.1 #

  • Reactive State Generation: Added support for @GenerateState annotation with the --generator flag.
  • API Changes: Updated AppModule interface: onBind() -> onBind(AirDI di) and initialize() -> onInit(AirDI di).
  • Improvements: Updated templates and generators to match the latest air_framework changes.

1.0.0 #

  • Initial release of the Air CLI.
  • Project Generation: Create new Air projects with air create.
  • Module Management: Generate modular architecture structures with air gen module.
  • Code Generators: Automate creation of Screens, States, Services, Widgets, and Models.
  • Air State Management: Built-in support for the "Clap in the Air" state management pattern.
  • Scalable Architecture: Enforces clean architecture and separation of concerns.
0
likes
150
points
276
downloads

Publisher

unverified uploader

Weekly Downloads

The official CLI for the Air Framework. Streamline your Flutter development with modular architecture, automated code generation, and scalable state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on air_cli