Brian Wilkerson

Results 457 comments of Brian Wilkerson
trafficstars

I think at this point the question is what would be most convenient. I can think of a couple of possibilities, but you might have other thoughts. 1. We could...

@incendial Thanks for the pointer to the extra context. > How to make the analyzer plugin analyze the full project when I open the IDE or project? You shouldn't need...

The log file doesn't tell me why it isn't working as expected, but does confirm that there was no crash. At the top of the log file there's a line...

Sorry for the delay, I missed seeing your response. > ... putting it in the [exclude] node in the "analysis_options.yaml" seems not work ... I would expect that you don't...

I was specifically asking about the glob pattern `.flutterw/**` used to exclude the directory. I've been unsuccessful so far in reproducing the problem you're seeing. I created a directory with...

> Maybe "does not report any dianostics" is not equal to "not analyze them"? I means maybe the analyzer or plugins has tried to analyze them and then excluded them...

> Do you think it has any side effects when I exclude this folder in program? Assuming that the code is executed before the context root is used, there shouldn't...

> is there a way to enable the instrumentation log in Android Studio? Yes. Open "Help > Find Action...". Search for "Registry..." and run the action. Search for "dart.server.additional.arguments" and...

I think your analysis is correct. I can think of two possible solutions. The first is to re-order the events on the client side. If we were to make all...