GalleryPicker class
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
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, 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, bool startWithRecent = false, required BuildContext context})
→ Future<void>
-