flutter_blurhash
flutter_blurhash copied to clipboard
Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium. Maintainer: @Solido
Because Image widget in buildBlurHashBackground does not have errorBuilder, its causing the framework to throw errors as per issues: 1. https://github.com/fluttercommunity/flutter_blurhash/issues/46 2. https://github.com/fluttercommunity/flutter_blurhash/issues/40 Since buildBlurHashBackground is _widget function_ instead of...
Hi friends, I have an issue with **flutter_blurhash**, how to get the hash code from an image in Flutter? I can't find any details for this :( Thanks in advance!
Remote resource to download image is very specific way to use BlurHash widget. Images could be loaded in many different ways using different protocols. Could be nice to make BlurHash...
There isn't any obvious way to handle a scenario where a blurhash is not available or invalid. Instead of using error builder, it throws an error
I know this is a duplicated issue. Please consider a fix. Its causing headache while in development (non fatal exception). As well as in production it's sending so many reports...
The clone() method of a previously-disposed Image was called. Once an Image object has been disposed, it can no longer be used to create handles, as the underlying data may...
Decoding (math operations) proceeds in UI isolate. This cause lags when scrolling list with images (like Instagram feed).
> [The data representation makes it quite easy to extract colour averages of the image for different areas. You can easily find approximations of things like the average colour of...
Let's say we use a Stack and place the BlurHash image on bottom and the actual image on top(BlurHash image being a little bigger than the actual image). I haven't...