I installed Flutter with VS code as editor..
Everything is fine ..
Flutter Doctor detects that there is a connected device ..

My device is also recognised by VS code ..
][2
But when I try to test app .. there is nothing .. NOTHING -_-
No errors .. no messages .. no app .. nothing ..

HEEEEEEEEELP PLZ
Open the command line on the folder of your app and type flutter devices and check the name of your physical device on the list.
Copy the name of the device. If it was an emulator it would something like emulator-5554
Run flutter run -d emulator-5554 (having replaced it with the name of your device).
You could also try Android Studio to test if the issue is with VScode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With