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.retrieveLostData. [...]
- PickedFile
- A PickedFile 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.