camera_camera
camera_camera copied to clipboard
What happened to camera mode?
there is no more mode property in CameraCamera() what's the new one for this?
i wish to use mode for full screen and normal
If you used in full screen, need controller Flutter System force full screen, because CameraCamera now is widget
how?
this is my code
CameraCamera(
onFile: (File file) async { }
)
In the old version 2.0.2 I set either normal or full screen but now, there is no clue in the doc. When this one gets triggered it is automatically in full screen.
Read this https://stackoverflow.com/questions/46640116/make-flutter-application-fullscreen
somehow im confused. isnt cameracamera a widget even before?
i didnt havent issues last i used was 2.0.2. now when i updated to 3.0.3, the mode property has been removed.
currently when i use the widget using the code above , it is full screen. why was the mode property removed? any reason?

Because widget is very easy used. And responsibilities remove status bar is your application
sorry i dont understand. is there a way to add a mode to it?