darwin-camera icon indicating copy to clipboard operation
darwin-camera copied to clipboard

Support custom preview widget instead of the default provided by the plugin.

Open ishaan1995 opened this issue 5 years ago • 0 comments

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.

ishaan1995 avatar Nov 21 '19 13:11 ishaan1995