image_picker_for_web library

Classes

ImagePickerPlugin
The web implementation of ImagePickerPlatform.
ImagePickerPluginTestOverrides
Overrides for some of the functionality above.

Typedefs

OverrideCreateInputFunction = HTMLInputElement Function(String? accept, String? capture)
A function that creates a file input with the passed in accept and capture attributes.
OverrideExtractMultipleFilesFromInputFunction = List<File> Function(HTMLInputElement? input)
A function that extracts list of files from the file input passed in.