Code generation for mapping between different objects with ease.

dart dart-library flutter mapper
1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub
Allow boxing 3 months ago

AI Summary: Implement a new feature in the AutoMappr code generation package to allow for boxing of types during object mapping. This involves adding a new `boxing` parameter to the `MapType` annotation, allowing users to specify a custom boxing function to wrap values in a `Value` object (or similar), particularly useful for integrating with ORMs like Drift.

Complexity: 3/5
enhancement good first issue needs-triage

Code generation for mapping between different objects with ease.

Dart
#dart#dart-library#flutter#mapper