Home > Net >  Flutter: How To Simply Display The Camera To The Screen?
Flutter: How To Simply Display The Camera To The Screen?

Time:11-07

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 :)

CodePudding user response:

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

CodePudding user response:

You can use camera_package.

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

  • Related