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

Decode 32x32 pixels and let Flutter scale #2

Closed cbenhagen closed 4 years ago

cbenhagen commented 4 years ago

Improve speed by decoding only 32x32 pixels and letting Flutter scale the resulting image. Also refer to https://github.com/woltapp/blurhash#how-fast-is-encoding-decoding.

Fixes #1