Home > Net >  Android Studio Flutter Hot Reload For Every Change
Android Studio Flutter Hot Reload For Every Change

Time:01-14

When I am writing Flutter app, the android studio perform hot reload for every change I made of the code without pressing the command S. I want it to trigger hot reload only when I press the command S, how should I configure it? Thanks.

CodePudding user response:

Go to Settings and search for Autosave. There you can disable or enable autosaving.

enter image description here

  •  Tags:  
  • Related