Skip to content

Investigate and remove the need for --start-paused when using --web-experimental-hot-reload with -d web-server #60688

@jyameo

Description

@jyameo

Currently, we add the --start-paused flag automatically when running flutter run -d web-server --web-experimental-hot-reload, as hot reload does not function properly without it. However, this flag is not required when using flutter run -d web-server without hot reload, which suggests an inconsistency in behavior.

We should investigate the root cause of why --start-paused is necessary in this specific scenario and determine if it can be removed or handled differently. Ideally, flutter run -d web-server --web-experimental-hot-reload should work without requiring any hidden or implicit flags.

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work onarea-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dev-compilerweb-hot-reloadIssues related to stateful hot reload on the web

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions