photo_view
photo_view copied to clipboard
Show Assets from Multi image picker in PhotoViewGallery
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
Assuming that you are talking about this plugin, you can pass AssetThumbImageProvider
as imageProvider
to photo view.
Seems promising, I'll let you know as soon as I try AssetThumbImageProvider