skip to Main Content

I’m trying to project the camera to the screen in flutter with android studio but all of the videos I’ve watched, are all full camera tutorials with a gallery and take picture functionality. But all I want is to display the camera with a button to flip the camera, and I can’t figure out how.

If anyone knows could help, it would be appreciated 🙂

2

Answers


  1. You can use any plugin like this https://pub.dev/packages/camera and directly load the camera alone without the gallery option.

    Login or Signup to reply.
  2. You can use camera_package.

    Pls check this code sample, This is a full option camera.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search