Description
Steps to reproduce
- Create an empty Flutter project
- Run
flutter run -d web-server --web-experimental-hot-reload
Notice that the served Flutter application fails to load and just renders a blank screen.
Failure Case
Running flutter run -d web-server --web-experimental-hot-reload
and opening relevant localhost (http://localhost:53392):

WAI Cases
Running flutter run -d web-server
and opening relevant localhost (http://localhost:53392):

Running flutter run -d chrome --web-experimental-hot-reload
:

Code sample
N/A (always breaks regardless of app details)
Flutter version
Flutter version observing the above behavior.
Flutter 3.30.0-1.0.pre.520 • channel master • https://github.com/flutter/flutter.git
Framework • revision a7e276a20d (2 days ago) • 2025-03-07 18:43:08 -0800
Engine • revision a7e276a20d (2 days ago) • 2025-03-07 18:43:08 -0800
Tools • Dart 3.8.0 (build 3.8.0-149.0.dev) • DevTools 2.43.0
Side note: I tried upgrading to the latest version on master
and running on chrome (with hot reload) but that failed entirely. I won't file another ticket as I'm guessing it will be fixed soon, but just in case here's the Flutter version for that:
Flutter 3.30.0-1.0.pre.525 • channel master • https://github.com/flutter/flutter.git
Framework • revision 93c8ed0775 (60 minutes ago) • 2025-03-09 12:36:24 -0400
Engine • revision 93c8ed0775 (60 minutes ago) • 2025-03-09 12:36:24 -0400
Tools • Dart 3.8.0 (build 3.8.0-149.0.dev) • DevTools 2.43.0
Second side note: This is extremely impressive work and such a major value add to the Flutter community! Congrats to all involved! 🎉
Metadata
Metadata
Labels
Type
Projects
Status