darwin-camera
darwin-camera copied to clipboard
Support custom preview widget instead of the default provided by the plugin.
While capture is showing a preview, it will be useful to use preview given a file path.
What should it be like
DarwinPreview(
filePath: widget.filePath,
pinchZoomEnabled: true
)
There can be more properties attached which seem relevant to a preview operation.