progressive_image
progressive_image copied to clipboard
A flutter widget that progressively loads large images using Low-Quality Image Placeholders.
If you set blur = 0, it crashes on Web. If you set to anything else (even 0.01) then its ok.
When scaling the image, its necessary to choose the filtering quality based on content type, screen size, scaling up/down, etc (https://api.flutter.dev/flutter/dart-ui/FilterQuality.html) Please expose this value in the ProgressiveImage API so...
is there a way you can use cached network image not the default image provider
I put the same image for thumbnail and image and set the width and height as double.infinity and fit - cover. But in reality I see two different sized images...
Hey there! I need animate avatar image when scrolling. But I can do this using progressive image. And I don't quite understand the reason for this. Can anybody help me?