Being a newbie in Flutter Development, I am using my real device to run the flutter app in VS code through the command flutter run. The app is building ,installing but the terminal says Observatory listening on ************************************ due to which I am not able to access the hot reload or restart functions. Previously I have developed apps on the same device.
Current Running code is a demo code that the flutter provides (flutter create) with no changes Terminal is Stuck at
METHODS TRIED :
- flutter doctor -> attached Flutter doctor
- flutter run -v -> attached flutter verbose
- devices restarted
- USB Cable Checked / Devices tried
Flutter run --verbose code Complete verbose log here
I may be wrong but I feel that the dart dev tools aren't finding the port to start in the browser due to which app is not opening in debugging mode -> restart, reload functions aren't available. Or might be the case that some data may have cached up in the developer options(not logical xD).
Thank You in advance. Let me know if anything else is needed.