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)
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)