mirror 0.2.1
mirror: ^0.2.1 copied to clipboard
Mirror is a lightweight static reflection library for Dart, using code generation. It is designed as a modern alternative to `reflectable`.
0.2.1 #
- Some minor improvements and bug fixes related to the processing of parameters, fields, annotations, etc.
0.2.0 #
- Applies several changes and bug fixes to the loading and processing of parameters, fields, annotations, etc.
0.1.1 #
- Some generic improvements.
0.1.0 #
- Updated the generator so that its entrypoint is the function annotated with
@entrypoint.
0.0.1 #
- Initial version.