dart_macros 1.0.0
dart_macros: ^1.0.0 copied to clipboard
A powerful Dart package that brings C-style macro preprocessing capabilities to Dart.
Changelog #
All notable changes to the dart_macros
package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-03-01 #
Added #
- Initial release of dart_macros package
- Object-like macros for constant definitions
- Function-like macros for code generation
- Token concatenation operations
- Stringizing operations
- Conditional compilation directives
- Predefined macros system
- Runtime macro evaluation
- Debug and platform-specific macros
- Annotations for macro definition
- Documentation and examples
- Error reporting and debugging support
- Integration with Dart build system
- Type-safe macro expansion