Describe the bug
I have been trying to add FVP to my application, but found that it was not launching correctly after updating the code to include FVP.
When I run the app from vscode it builds but nothing actually launches (and no errors are given) - If I hit the pause button the debugger and then hit resume again the app loads up fine and works ok.
In an attempt to find the problem I created a brand new application and simply added the fvp line to the pubspec (it's using 0.28.0 currently) - as soon as only that line has been added I get the behaviour that is described above.. even without any additional FVP code or anything else added to the default sample app that gets generated when you run 'flutter create '
Expected behavior
Application should launch correctly when FVP is present in the pubspec
Log
No logs as there are no errors generated.. steps to reproduce;
flutter create fvp_test
run app (Windows 11 target) - Works OK
add 'fvp: ^0.28.0' into the dependencies section of pubspec
run app (Windows 11 target) - UI never appears after building complete
click pause, then resume in the debugger toolbar - UI now opens and the app works ok
Describe the bug
I have been trying to add FVP to my application, but found that it was not launching correctly after updating the code to include FVP.
When I run the app from vscode it builds but nothing actually launches (and no errors are given) - If I hit the pause button the debugger and then hit resume again the app loads up fine and works ok.
In an attempt to find the problem I created a brand new application and simply added the fvp line to the pubspec (it's using 0.28.0 currently) - as soon as only that line has been added I get the behaviour that is described above.. even without any additional FVP code or anything else added to the default sample app that gets generated when you run 'flutter create '
Expected behavior
Application should launch correctly when FVP is present in the pubspec
Log
No logs as there are no errors generated.. steps to reproduce;
flutter create fvp_test
run app (Windows 11 target) - Works OK
add 'fvp: ^0.28.0' into the dependencies section of pubspec
run app (Windows 11 target) - UI never appears after building complete
click pause, then resume in the debugger toolbar - UI now opens and the app works ok