ModernFormImageHelper class

Constructors

ModernFormImageHelper()

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

getImages() Future<List<Uint8List>>
pickImage(ImageSource? imageSource, {double? maxWidth, double? maxHeight, int? imageQuality}) Future<XFile?>
shareImage(Uint8List image, String? text, {String? title, String? name}) Future<void>
shareImageFromUrl(String? imageUrl, String? text) Future<void>
shareMultipleImages(List<Uint8List?> images, String? text, {String? title, String? name}) Future<void>
shareMultipleImagesFromUrl(List<String> urls, String text) Future<void>
showBottonSheetImageSource() Future<ImageSource?>