Hacker News new | ask | show | jobs
by mikenew 878 days ago
This is the actual spec: https://github.com/dart-lang/language/blob/main/working/macr...

Not really sure what the linked repo is about.

1 comments

Thanks for linking the spec. It has been a living document for a long time. I discovered that the implementation had made it into the SDK's master branch. Since it's very early stage and lacking documentation, I made this repo which demonstrates creating a macro that implements some of the most popular codegen functionality Flutter developers use.
Ah, gotcha, very cool. Sorry I just wasn't sure what I was looking at with the repo.