air_generator
A robust code generator for the Air Framework that automates state management through Pulses and StateFlows.
What this package is like to depend on
Last release 4 months ago
11 Apr 2026
Ships on a steady schedule
a new release about every 4 weeks
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Feb 2026 to Apr 2026Releases
latest 4-
1.0.311 Apr 2026Release notes
Open source →Improvements
- Dependency Relaxation: Broadened the
analyzerdependency 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.
- Dependency Relaxation: Broadened the
-
1.0.210 Apr 2026Release notes
Open source →- 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 generatesmethodName(value.paramA, value.paramB).
- 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,
-
1.0.103 Mar 2026Release notes
Open source →- Visual Identity: Added the official Air Framework SVG logo.
- Documentation: Updated README with the new logo and visual assets.
-
1.0.005 Feb 2026Release notes
Open source →- Initial release of Air Generator.
- Support for
@GenerateStateannotation. - Automated code generation for Pulses and StateFlows.
- Deep integration with Air Framework.