0

After running flutter run I can refresh a couple of times using hot reload, sometimes only 1 others like 15, but at some point the terminal stops reading my keyboard and it gets stuck. Not a key I press gets registered and even the updates from the phone that would usually show on the terminal aren't working.

This is consistent across Visual Studio, Cursor and the windows terminal, even tho im pretty sure they are the same.

I dont get any errors either, I just want to stop this from happening.

New contributor
Manu Termopanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
3
  • device config good? and actually you want to use visual studio code but not Visual studio ; try checking flutter doctor -v Commented 23 hours ago
  • Have you tried a debugger, stepping through each function call to see where your program hangs? For example, if your program enters an endless loop it will not accept any further keyboard input and might not emit an error either. Commented 22 hours ago
  • Please provide enough code so others can better understand or reproduce the problem. Commented 20 hours ago

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.