0

I cannot get Hot Reload to work on VS Code. I'm using the drop down menu to "Run without Debugging" (although the problem persists even if I "Start Debugging").

When I press Hot Reload, it shows a success message but the changes are not reflected on the app.

Hot Restart is working perfectly fine.

How do I fix this?

I've tried:

  1. Moving the MaterialApp from main() to another widget.
  2. Making sure the changes I'm testing for are within the build function.
  3. Restarting my computer and VSCode.
Gino Mempin
  • 25,369
  • 29
  • 96
  • 135

1 Answers1

0

You have several options:

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
MobileDev
  • 214
  • 7