Danny Tuppeny
Danny Tuppeny
I don't think the bug here is in VS Code (since VS Code has no involvement over the spawning of flutter_tester). I suspect there are many differences in how the...
I can also repro on Windows, so not Mac-specific.
On Windows I can actually easily reproduce this from a terminal. Using the test above, run with: ``` flutter test .\test\widget_test.dart ``` Wait until the counter is counting up (because...
> Issue still occurs when running without the debugger, as seen [here](https://gist.github.com/Anti049/7992669af9010694d3dbabc596550db7). Setting `"dart.allowFlutterForcedDebugMode": false` in your settings _might_ fix this for Run (not Debug), at least temporarily. In order...
@Anti049 was this log captured while you tried to launch in debug mode? Oddly, there is no mention of Dart or Flutter in the whole log. There are a few...
Thanks, I suspect that would be the case (and confirms it's not specific to how VS Code is starting the app). Running that same command here (on a Pixel 4a)...
> Since the location of the listener.dart file is now https://github.com/flutter/flutter/issues/108400#issuecomment-1196104701, the build system no longer creates a different temp directory on every run. Would this have any impact on...
@victoreronmosele looks like there are currently some red bots. The change seems reasonable to me, though I'm not super familiar with this listener file or possible implications of moving the...
@bwilkerson I guess this is because of the reason you noted at https://github.com/dart-lang/sdk/issues/52780#issuecomment-1607957510. We could sort them in the hover computer, but I wonder if there are other places that...
> Are you sure you can sort them back? Nope :-) Although I just looked and see a `nameOffset` on `ParameterElement` that might do it? (although, not having to re-sort...