air_generator 1.0.3 copy "air_generator: ^1.0.3" to clipboard
air_generator: ^1.0.3 copied to clipboard

A robust code generator for the Air Framework that automates state management through Pulses and StateFlows.

1.0.3 #

Improvements #

  • Dependency Relaxation: Broadened the analyzer dependency constraint to '>=6.0.0 <13.0.0'. This improvement maximizes compatibility across multiple Flutter SDK channels (including Flutter Stable) by avoiding strict pins that conflict with core SDK packages.

1.0.2 #

  • Support multi-parameter: Fixed multi-parameter pulse code generation**: Methods with 2 or more parameters now correctly destructure the named record when calling the implementation. Previously, methodName(value) was generated which passed the entire record object to positional parameters — invalid Dart that caused compile errors. Now generates methodName(value.paramA, value.paramB).

1.0.1 #

  • Visual Identity: Added the official Air Framework SVG logo.
  • Documentation: Updated README with the new logo and visual assets.

1.0.0 #

  • Initial release of Air Generator.
  • Support for @GenerateState annotation.
  • Automated code generation for Pulses and StateFlows.
  • Deep integration with Air Framework.
0
likes
160
points
186
downloads

Documentation

API reference

Publisher

verified publisherandrey-d-araya.dev

Weekly Downloads

A robust code generator for the Air Framework that automates state management through Pulses and StateFlows.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, source_gen

More

Packages that depend on air_generator