schultek/dart_mappable

Macros support

Closed this issue · 2 comments

Just a small issue to ask if it is planned for this package that I really love, to be updated to dart macros system?
There is an official json package which is a proof of concepts for handling toJson and fromJson which is just a portion of this package which can do much more.
This would be a killer feature to support macros when they are released because those are easier to use than build_runner (no need to generate files manually, no need to extend a generated class, no need to add part in the file, generation in real time so auto complete and static analysis in real time)

Yes definitely. But macros support is still to early to work on it imo.

Ho, happy to hear that!
Yes, I agree that this is definitely still.
But this would be wonderful when all the parts will be integrated.