Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter web does "hot restart" instead of "hot reload". Is "hot reload" supported on flutter web?

I have used flutter_web for a while now and never really questioned that it always restarted the whole application when pressing "hot reload" but since now flutter_web got merged to the main flutter channel I´m wondering if I might do something wrong or if it's just not possible.

I am using the newest version of flutter (Channel dev, v1.10.14) and Chrome (Version 78.0.3904.70) and run the app in debug mode.

If this is unusual please tell me and i will upload my code. Thanks!

like image 986
LP Square Avatar asked Oct 27 '19 14:10

LP Square


2 Answers

As per the FAQ of Flutter web hot reload is not supported yet. So we have to wait for some more time.

like image 197
Abhilash Chandran Avatar answered Sep 29 '22 22:09

Abhilash Chandran


It is not supported yet. 👍 the issue here to help them prioritize it!

like image 38
Westy92 Avatar answered Sep 29 '22 22:09

Westy92