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

Disable fade effect after image loaded #17

Closed kafein closed 4 years ago

kafein commented 4 years ago

Hi,

Thanks for wonderful library.

When scrolling in a long list i see fade effect occurs again. This causes lag even in production release. Can you add an option to disable effect after initial load?

Thanks!

Ahmedhk commented 4 years ago

i was facing the same issue & it was fixed by setting the duration to 0

duration: Duration(milliseconds: 0),