addyu

Results 1 issues of addyu

Just need a try, catch block in takePhoto method of CameraCameraController to solve this. ``` void takePhoto() async { try { final file = await _controller.takePicture(); onPath(file.path); } catch (e)...