Flutter hot reloads
every time VS Code auto-saves
my project before. A few hours ago, I started experiencing this issue where auto-saving
doesn't hot-reload
my app. Pressing Ctrl+S
manually triggers hot reload
but auto-saving
does not. I've tried re-installing VS Code and Flutter SDK but the problem still exists.
My newly installed VS Code only has the following extensions and settings:
Dart: v3.19.1
Flutter: v3.19.0
Auto-save
is set toafterDelay
of 1000ms
How do I hot reload when autosaving in vscode? Another person had the same issue two hours ago: https://github.com/Dart-Code/Dart-Code/issues/3110