Remi Rousselet
Remi Rousselet
In theory not too much. But I'm not super familiar with making AS plugins. We'll see in due time.
I'll need to complete the VScode one first. Both plugins would likely share a significant portion of their codebase.
I'm working on it. But it's a complex problem so it's taking some time
Looks like the root of the problem was a bug in the analyzer_plugin mechanism, possibly introduced by a newer analyzer version. And I went on a tangent for a while...
It work on both stable and master channel for me. Do you have any special way to reproduce?
I don't use fmv. Fmv could be the issue.
Hello there! We'll need tests, as per usual :)
Well if it's _fixing_ something, we need a regression test for it.
Depends on how you want to implement the test. I'm not fully understanding the issue that is being fixed here, so I don't know. But you can always write a...
One use-case to keep in mind is: Project-wide configuration files, such as build_runner's build.yaml It is placed next to the pubspec.yaml, and needs to be read by macro applications inside...