Skip to content

Shimmer on flutter web causing spam network request #74

@myxzlpltk

Description

@myxzlpltk

I'm using this simple widget

Shimmer.fromColors(
    baseColor: Colors.white,
    highlightColor: Colors.grey,
    child: Text('Hello'),
)

But I build it with html web renderer
flutter build web --web-renderer html

And it causing spam network request for base64 image like this
image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions