flutter_image_picker
library
Classes
-
ImagePicker
-
The Image Picker class generates the Image Picker Widget which can be
displayed in your application. If you call the class you can give it 4
optional variables:
The first one is the ImagePickerTheme which can be used to change the UI
of the widget.
The second one is the ImagePickerConfig which can be used to configure the
behaviour of the image picker.
The third one is your own implementation of the ImagePickerService. Which
can be used in testing for example.
The fourth one is a custom Button widget.
-
ImagePickerConfig
-
-
ImagePickerServiceDefault
-
The ImagePickerServiceDefault is the default implementation of the
ImagePickerService.
It uses the Image Picker package to pick an image and returns it as a
Uint8List.
-
ImagePickerTheme
-
Mixins
-
ImagePickerService
-
The Image Picker Service class is the functionality of the Image Picker
package which uses the Image Picker package to choose an image.
If you have your own implementation of the Image Picker you can add it to
the constructor when creating the class.