common_macros 0.1.0-7.dev
common_macros: ^0.1.0-7.dev copied to clipboard
Macros for common tedious tasks.
0.1.0-7.dev #
- Added
Gettermacro. - Added
Constructor.extraNamedParameters. - Require Dart 3.5 stable or above.
0.1.0-6.dev #
- Added
Constructor.isConst.
0.1.0-5.dev #
- Added
Constructor.getParts()to create constructors for other classes indeclareInLibrary().
0.1.0-4.dev #
- Fix:
Constructor: make positional parameters from fields staring with an underscore.
0.1.0-3.dev #
- Fix:
Constructor: skip final parameters with initializers.
0.1.0-2.dev #
- Change
UnnamedConstructortoConstructor.
0.1.0-1.dev #
- Initial release.