Closed nblum37 closed 2 years ago
Probably, that might be the breaking analyzer commit https://github.com/dart-lang/sdk/commit/293c39cfce88982c153ed97874d7c6236c6c0289#diff-f6397b179a9bfe39634f47d8fafd58ec5c50d9cf9437f29deeabb3b6504bfb6e
Yes seems like an api change. I have to see how to support before and after.
Fixed in v0.6.0
It works :) Thank you!
Hi,
the package runs into errors, that
visitRecordType
is not implemented in the super_annotations code but is required by the analyzer package. I used super_annotations 0.5.0, build_runner 2.2.1, and analyzer 5.0.0.BR :)