Flutter: Preview one or more images from the phone gallery?

Issue

I am using the camera plugin in flutter with a custom camera preview interface but I would want to include into the interface a list at the bottom of the screen a list of photos currently inside my photo gallery….Is there a plugin for flutter that I can use to preview photos from my photo gallery?

Solution

I believe I found a plugin that you were asking for. The plugin is called photo_manager.

From the photo_manager Readme:

A flutter api for photo, you can get image/video from ios or android.
If you just need a picture selector, you can choose to use photo library , a multi image picker.

I hope this helps and happy coding!

Answered By – Alex Rabin

Answer Checked By – Mary Flores (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *