tree: 96414f8e4c30b712c41402e656efa19f11b3d000 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. AUTHORS
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
packages/image_picker/image_picker_windows/README.md

image_picker_windows

A Windows implementation of [image_picker][1].

pickImage()

The arguments source, maxWidth, maxHeight, imageQuality, and preferredCameraDevice are not supported on Windows.

pickVideo()

The arguments source, preferredCameraDevice, and maxDuration are not supported on Windows.

Usage

Import the package

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.