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

Circle Clipping / Cropping #21

Closed dolanmiu closed 4 years ago

dolanmiu commented 4 years ago

Is this possible with Flutter BlurHash?

dolanmiu commented 4 years ago

Found a solution by wrapping the BlurHash widget in a ClipOval

Thanks