image_picker_platform_interface library Null safety

Classes

CrossFileTestOverrides
Overrides some functions of CrossFile for testing purposes
ImageOptions
Specifies image-specific options for picking.
ImagePickerOptions
Specifies options for picking a single image from the device's camera or gallery.
ImagePickerPlatform
The interface that implementations of image_picker must implement.
LostData
The response object of ImagePicker.retrieveLostData.
LostDataResponse
The response object of ImagePicker.getLostData.
MultiImagePickerOptions
Specifies options for picking multiple images from the device's gallery.
PickedFile
A PickedFile is a cross-platform, simplified File abstraction.
XFile
A CrossFile is a cross-platform, simplified File abstraction.

Constants

kTypeImage → const String
Denotes that an image is being picked.
'image'
kTypeVideo → const String
Denotes that a video is being picked.
'video'

Enums

CameraDevice
Which camera to use when picking images/videos while source is ImageSource.camera.
ImageSource
Specifies the source where the picked image should come from.
RetrieveType
The type of the retrieved data in a LostDataResponse.