dart-lang / webdev

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

Hot reload button only works for Flutter web apps internally #2253

Open nshahan opened 1 year ago

nshahan commented 1 year ago

I was just testing some features in internal google3 applications and I noticed there is now a hot restart button in the Dart DevTools UI! 🎉

I seems to work perfectly for the Flutter web apps that I tried, but on ACX applications like the gallery it didn't seem to work. There are messages logged to the console but the app never restarts so breakpoints that I set in the debugger are not hit.

cc @elliette

bkonyi commented 3 months ago

@nshahan is this something you've seen recently or is it worth investigating?