image_picker library

Classes

ImagePicker
Provides an easy way to pick an image/video from the image library, or to take a picture/video with the camera.
LostData
The response object of ImagePicker.retrieveLostData.
LostDataResponse
The response object of ImagePicker.getLostData.
PickedFile
A PickedFile is a cross-platform, simplified File abstraction.
XFile
A CrossFile is a cross-platform, simplified File abstraction.

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.

Constants

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