How to disable auto hot reload on flutter?

Issue

I have search for this issue and seen solutions, but I am not able to figure out the issue.
i get some error because every time write the code, its directly run hot reloads before i finish complete the code. so, how to disable automatic hot reloads in flutter?
automatic hot reloads in flutter is so annoying, i just want to use hot reloads base on Ctrl + S. how i do that?
i’am using visual studio code by the way.

Solution

Disable auto save on VsCode:

Go to File > Preferences > settings

Choose off from the auto save drop down.

Answered By – Marcos Maliki

Answer Checked By – Gilberto Lyons (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *