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.

