advance_image_picker library

Flutter plugin in pure Dart code for selecting/editing multiple images from the Android/iOS image library and taking new pictures with the camera in the same view.

Classes

DetectObject
Detected object
EditorParams
Define ImageEditor parameters.
Filter
Hold the name of an image filter and its Filter Matrix values.
ImageEdit
Image editing widget, such as cropping, rotating and scaling.
ImageFilter
Image filter widget.
ImageObject
Image object using inside this package.
ImagePicker
Image picker that can use the camera and/or the device photo library.
ImagePickerConfigs
Global configuration for flutter app using advance_image_picker plugin Call once inside application before using image picker functions
ImageSticker
Used to add image based sticker icons on library images and photos.
ImageUtils
Image utilities class.
PickerMode
Picker mode definition: Camera or Album (Photo gallery of device)
StickerView
Sticker view.

Enums

DoneButtonDisabledBehavior
Enum used to define the type of of behavior the done button has when no images have been selected that will be returned.
DoneButtonStyle
Enum used to define the type of used done button by the image picker.
FlashMode
The possible flash modes that can be set for a camera

Constants

kBottomControlPanelHeight → const int
Default height of bottom control panel.