Kien Thanh H
Kien Thanh H
> Same problem here. Have been using this library for a long time without problems but now I've received in sentry a lot of events for this bug. EDIT: I'm...
I got the same issue
Use `BlurHashImage` instead of. It worked for me Before: `BlurHash(hash: userProfile.mainPhotoBlurhash)` After: `Image( image: BlurHashImage(userProfile.mainPhotoBlurhash), fit: BoxFit.cover, )`
Same problem! Any solution?
Use `BlurHashImage` instead of. It worked for me Before: `BlurHash(hash: userProfile.mainPhotoBlurhash)` After: `Image( image: BlurHashImage(userProfile.mainPhotoBlurhash), fit: BoxFit.cover, )`