MultiImagePicker class

Constructors

MultiImagePicker.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

pickImages({List<Asset> selectedAssets = const [], IOSOptions iosOptions = const IOSOptions(), AndroidOptions androidOptions = const AndroidOptions()}) Future<List<Asset>>
Invokes the multi image picker selector.
requestMetadata(String identifier) Future<Metadata>
requestOriginal(String identifier, int quality) Future<bool>
Requests the original image data for a given identifier.
requestThumbnail(String identifier, int width, int height, int quality) Future<bool>
Requests a thumbnail with width, height and quality for a given identifier.