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
513 stars 65 forks source link

Added image background color for transparent background images #54

Open navroop005 opened 1 year ago

navroop005 commented 1 year ago

Images with transparent background were showing blurhash image in background. Added a property "imgBgColor" that, if set, will show the given color in background of image when the image is loaded from network.