darwin-camera
darwin-camera copied to clipboard
A Flutter plugin that simplifies camera app development
# Description Added the functionality to use custom widgets in place of Capture, Toggle, Confirm and Cancel buttons. Also added documentation regarding the same. | param | type | default...
### Description You can see the `capture`, `cancel`, and `toggle` camera button in the screenshots. We want developers to use their own custom buttons if they like.
could u push something else in filePath parameter of the DarwinWidget so it doesnt save it in a file but instead gives u a object in the memory which contains...
How to stream camera and preview Camera stream is you have any idea please tell me
I am using darwing-camera library, i dont find how to i can enable torch when capture image?
Esta genial tu packages de camera, me puedes ayudar con algo quisiera saber si es viable agregarle un icono de flash
### Description Currently, this plugin doesn't let the user toggle the camera flash. We want to add this functionality to this plugin. _Note: If you are planning to work on...
### Description We want to make this an all in one plugin to do everything with the camera. So, we will introduce this feature of recording and playing video. _Note:...
While capture is showing a preview, it will be useful to use preview given a file path. What should it be like ```dart DarwinPreview( filePath: widget.filePath, pinchZoomEnabled: true ) ```...