Home > Net >  Flutter: How to open Camera for both image and video
Flutter: How to open Camera for both image and video

Time:11-12

I want to open the camera, and then either a photo or a video. I don't want to have to specify whether I will be taking a photo or video before the camera opens.

Are there any packages that allow me to do this?

CodePudding user response:

Try to use this package : flutter_better_camera

  • Related