-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA 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.Issues 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 webIssues related to stateful hot reload on the web
Description
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 onA 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.Issues 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 webIssues related to stateful hot reload on the web
Type
Projects
Status
Done