Flutter always restarting and not hot reloading Flutter always restarting and not hot reloading flutter flutter

Flutter always restarting and not hot reloading


Hot reload not supported on web right now. You can refer this FAQ


Actually flutter in web doesn't support hot reloading until now:If you want hot reloading for time efficiency use a android or ios emulator . You can also use a low spec emulator like ld player:https://www.ldplayer.net/


You Should Downgrade Your Flutter Version the commands are here

In the Flutter install directory execute

git checkout v0.1.9then runflutter doctor

You can check which versions are available in the Flutter GitHub repository https://github.com/flutter/flutter