Skip to content

Running with web-server doesn't remove animating flutter-loader #135226

@curt-weber

Description

@curt-weber

Is there an existing issue for this?

Steps to reproduce

  1. Launch any flutter web app using flutter run -d web-server
  2. Proceed to provided url
  3. Notice that flutter-loader element (which is the animating blue line at the top) remains forever in DOM

Expected results

Animating loader element should be removed instead of hidden by the app rendering on top.

Actual results

Animating loader element continues to animate indefinitely causing layout shifts and making it more difficult to test performance.

Code sample

Code sample

Should be reproducible on default counter app.

Screenshots or Video

No response

Logs

No response

Flutter Doctor output

Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.10.6, on Microsoft Windows [Version 10.0.19044.3324], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.3.5)
[√] Android Studio (version 2021.3)
[√] VS Code (version 1.82.2)
[√] Connected device (3 available)
[√] Network resources

• No issues found!

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: animationAnimation APIsfound in release: 3.13Found to occur in 3.13found in release: 3.15Found to occur in 3.15has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionteam-webOwned by Web platform teamtriaged-webTriaged by Web platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions