fluttercommunity / flutter_blurhash

Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium. Maintainer: @Solido
https://pub.dev/packages/flutter_blurhash
MIT License
519 stars 65 forks source link

Stop to print Painting on Size #10

Closed dariolr closed 4 years ago

dariolr commented 4 years ago

can you comment the line:

print("Painting on $size");

on blurhash_widget.dart?

thanks a lot