A Windows implementation of [image_picker
][1].
The arguments source
, maxWidth
, maxHeight
, imageQuality
, and preferredCameraDevice
are not supported on Windows.
The arguments source
, preferredCameraDevice
, and maxDuration
are not supported on Windows.
This package is not yet endorsed, which means you need to add image_picker_windows
as a dependency in addition to image_picker
.
Once you do, you can use the image_picker
APIs as you normally would, other than the limitations noted above.