macro_kit 0.1.0
macro_kit: ^0.1.0 copied to clipboard
A development-time macro system for Dart that generates code instantly for fast iteration without build_runner.
0.1.0 #
- Import and library information for macro class declarations
- Import resolution for inspected types
- Field initializer inspection capability
- Enhanced data class macro with generics, default values, super formal parameters, and inheritance support
- Fixed asset macro path generation on Windows
- Use internal analysis API to provide memory store
- Better preparation of system paths for macro server startup
- Skip files containing only empty class declarations
- Added API for regeneration when connecting to server
- Improved documentation coverage
- Expanded test suite
0.0.12 #
- remove returning
MacroManagerinrunMacrofunction
0.0.11 #
- allow customizing class name for AssetPathMacro
0.0.10 #
- fix: crashing on iOS fixed
0.0.9 #
- fix: missing doc & set sdk constraints
0.0.8 #
- fix: remove default value for asset configuration
0.0.7 #
- fix: handle invalid value for the asset path macro configuration
0.0.6 #
- Adding Asset Path Generation
0.0.5 #
- Initial version released