GalleryPicker class

Constructors

GalleryPicker.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 Properties

isSheetCollapsed bool
no setter
isSheetExpanded bool
no setter
isSheetOpened bool
no setter
listenSelectedFiles Stream<List<MediaFile>>
no setter

Static Methods

closeSheet() Future<void>
collectGallery({Locale? locale}) Future<GalleryMedia?>
dispose() → void
disposeSelectedFilesListener() → void
initializeGallery({Locale? locale}) Future<GalleryMedia?>
openSheet() Future<void>
pickMedia({Config? config, bool startWithRecent = false, bool singleMedia = false, Locale? locale, PageTransitionType pageTransitionType = PageTransitionType.rightToLeft, List<MediaFile>? initSelectedMedia, List<MediaFile>? extraRecentMedia, required BuildContext context}) Future<List<MediaFile>?>
pickMediaWithBuilder({Config? config, required Widget multipleMediaBuilder(List<MediaFile> media, BuildContext context)?, Widget heroBuilder(String tag, MediaFile media, BuildContext context)?, Locale? locale, bool singleMedia = false, PageTransitionType pageTransitionType = PageTransitionType.rightToLeft, List<MediaFile>? initSelectedMedia, List<MediaFile>? extraRecentMedia, bool startWithRecent = false, required BuildContext context}) Future<void>