air_generator 1.0.3
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
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.
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 generatesmethodName(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
@GenerateStateannotation. - Automated code generation for Pulses and StateFlows.
- Deep integration with Air Framework.