smart_mapper 0.2.0
smart_mapper: ^0.2.0 copied to clipboard
Compile-time Clean Architecture mapping annotations for DTOs, local models, and domain entities.
0.2.0 #
- Added strict analyzer-based type validation.
- Added
MapRelation,MapIgnore,MapDefault, andMapConstructor. - Added custom converters through
MapField.using. - Added
Set,Iterable, nullable-item, nullable-collection, and ObjectBoxToOnemapping support.
0.1.0 #
- Initial Clean Architecture mapper annotations.
- Added explicit per-method field renaming.