0

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?

Dead Pool
  • 167
  • 4
  • 15

2 Answers2

2

check image_picker plugin for Flutter

https://pub.dartlang.org/packages/image_picker#-readme-tab-

Anosh
  • 21
  • 1
1

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!

Alex Rabin
  • 262
  • 4
  • 13