Show the Hot Reload button for Dart Web apps when supported
Abierto
P2
web debugging
- Lenguaje dominante
- Dart
- Estrellas
- 1.7k
- Forks
- 404
- Merge medio
- 6 d 17 h
- PR fusionados (30 d)
- 18
Descripción
We show the hot reload button for flutter apps (determined by the presence of the `reloadSources` service extension and called by calling the service extension) and for Dart CLI apps (expected to be present and called by calling `VmService.reloadSources` directly).
For Dart web apps, we need to figure out how we can detect whether hot reload is supported and then we need to know how we can call it.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.