flutter / flutter/devtools

Show the Hot Reload button for Dart Web apps when supported

Open
#6,441 1 comment 0 reactions 0 assignees View on GitHub
P2 web debugging
Dominant language
Dart
Stars
1.7k
Forks
404
Avg merge
6d 17h
Merged PRs (30d)
18

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.