-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#22745Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: regressionIt was better in the past than it is nowIt was better in the past than it is nowcustomer: web10e: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.found in release: 1.23Found to occur in 1.23Found to occur in 1.23found in release: 1.24Found to occur in 1.24Found to occur in 1.24has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyt: hot reloadReloading code during "flutter run"Reloading code during "flutter run"toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to Reproduce
- Run
flutter create bug. - Run
cd bug. - Run
flutter run -d chrome --dart-define=FLUTTER_WEB_USE_SKIA=true. - See the application in Chrome.
- Change some text in the code.
- Press hot reload / hot restart (does not matter because of Enable "hot reload" (not just "hot restart") for Flutter Web #53041).
Expected results: the text should change because of hot restart (the page would normally refresh without the FLUTTER_WEB_USE_SKIA flag).
Actual results: I need to press F5 / reload the Chrome tab in order for the hot restart to finish. flutter run will be stuck on Performing hot restart... until I reload the Chrome tab.
Click to expand versions
Flutter 1.24.0-3.0.pre • channel dev • https://github.com/flutter/flutter.git
Framework • revision 2783f8e2e1 (6 days ago) • 2020-10-22 09:36:06 -0700
Engine • revision defa8be2b1
Tools • Dart 2.11.0 (build 2.11.0-242.0.dev)
CanvasKit
Removing --dart-define=FLUTTER_WEB_USE_SKIA=true makes hot restart work without refreshing the tab.
tdesc
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: regressionIt was better in the past than it is nowIt was better in the past than it is nowcustomer: web10e: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.found in release: 1.23Found to occur in 1.23Found to occur in 1.23found in release: 1.24Found to occur in 1.24Found to occur in 1.24has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyt: hot reloadReloading code during "flutter run"Reloading code during "flutter run"toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.