dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Hot restart now does a full page reload #2374

Closed elliette closed 3 months ago

elliette commented 4 months ago

Work towards https://github.com/flutter/devtools/issues/7231

Triggering a hot restart on web will now do a full page reload.

jacob314 commented 4 months ago

Fyi @christopherfujino. This should not be user visible except for slight increases in flutter web hot restart times and large increases in flutter web hot restart robustness.

christopherfujino commented 4 months ago

Fyi @christopherfujino. This should not be user visible except for slight increases in flutter web hot restart times and large increases in flutter web hot restart robustness.

🎉

elliette commented 3 months ago

Closing this for now, since we've decided not to make this change until we have better stats on the performance difference between hot-restart and page reloads.