hnvn / flutter_shimmer

A package provides an easy way to add shimmer effect in Flutter project
BSD 3-Clause "New" or "Revised" License
1.77k stars 200 forks source link

Shimmer on flutter web causing spam network request #74

Open myxzlpltk opened 2 months ago

myxzlpltk commented 2 months ago

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