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
523 stars 66 forks source link

borderRadius suport #55

Closed ishafiul closed 10 months ago

ishafiul commented 1 year ago

is it possible to add borderRadius property for BlurHash

felipecastrosales commented 1 year ago

Try combine with ClipRRect widget.

Solido commented 10 months ago

As @felipecastrosales this is out of the scope and it's better to have it composed by your app.