How to enable hot reload in flutter run for web application?

Viewed 562

For mobile emulation hot reload we use flutter run --watch. How to enable hot reload when running flutter for web application with flutter run -d chrome ?. I have tried watch command argument like flutter run --watch -d chrome and flutter run -d chrome --watch but both gave me warning message.

0 Answers
Related