auto_data icon indicating copy to clipboard operation
auto_data copied to clipboard

Use more official tools for source generation

Open pauldemarco opened this issue 6 years ago • 0 comments

As of right now, this library has a pretty crude way of generating code, using simple regex and string buffers.

In the future, consider replacing this with more official tooling like dart's code_builder and the like.

pauldemarco avatar Jul 24 '19 21:07 pauldemarco