bluefireteam / photo_view

📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
MIT License
1.87k stars 539 forks source link

Show Assets from Multi image picker in PhotoViewGallery #359

Open nausharipov opened 3 years ago

nausharipov commented 3 years ago

I can't display picked images in PhotoViewGallery because Asset and AssetThumb are not supported by PhotoViewGallery.

Can you add support for Assets or create an ImageProvider wrapper for picked images?

I unsuccessfully tried getting image paths of picked assets

renancaraujo commented 3 years ago

Assuming that you are talking about this plugin, you can pass AssetThumbImageProvider as imageProvider to photo view.

nausharipov commented 3 years ago

Seems promising, I'll let you know as soon as I try AssetThumbImageProvider