Home > Software engineering >  Flutter: How to open gallery for both image and video
Flutter: How to open gallery for both image and video

Time:01-25

I use camera package to open camera and take both video and image by one screen

in the past I used image_picker but it's satisfy my requirments for use camera and gallery to both video and image so now I want the right way to open the gallery with both videos and images

how i can do it with camera package or otherwise?

CodePudding user response:

Use file_picker (enter image description here

  • Related