mattreid1 / firebase_image

🔥 Cached Flutter ImageProvider for Firebase Cloud Storage
https://pub.dev/packages/firebase_image
ISC License
85 stars 69 forks source link

Optional placeholder widget while loading #49

Open Kraakhoofd opened 3 years ago

Kraakhoofd commented 3 years ago

I would like to show a blurhash of the image before it completes loading. See https://pub.dev/packages/flutter_blurhash The easiest way would be to have an optional parameter in the constructor, defining a placeholder widget?

Or any other thoughts on how to easily achieve this?

squallsama commented 3 years ago

I found solution for me - https://pub.dev/packages/octo_image

octo_image allow me to use firebase_image as provider and also show Blurhash placeholder

Kraakhoofd commented 3 years ago

Thanks, works perfectly!