MultiImagePicker class

Constructors

MultiImagePicker()

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({required int maxImages, bool enableCamera = false, List<Asset> selectedAssets = const [], CupertinoOptions cupertinoOptions = const CupertinoOptions(), MaterialOptions materialOptions = const MaterialOptions()}) Future<List<Asset>>
Invokes the multi image picker selector.
requestMetadata(String? identifier) Future<Metadata>
requestOriginal(String? identifier, dynamic 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.