- Inheritance
-
- Object
- PlatformInterface
- MediaPickerPlusPlatform
- Implementers
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
-
addWatermarkToImage(String imagePath, MediaOptions options)
→ Future<String?>
-
-
addWatermarkToVideo(String videoPath, MediaOptions options)
→ Future<String?>
-
-
compressVideo(String inputPath, {String? outputPath, required dynamic options})
→ Future<String?>
-
-
getPlatformVersion()
→ Future<String?>
-
-
getThumbnail(String videoPath, {double timeInSeconds = 1.0, MediaOptions? options})
→ Future<String?>
-
-
hasCameraPermission()
→ Future<bool>
-
-
hasGalleryPermission()
→ Future<bool>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pickFile(MediaOptions options, List<String>? allowedExtensions)
→ Future<String?>
-
-
pickMedia(MediaSource source, MediaType type, MediaOptions options)
→ Future<String?>
-
-
pickMultipleFiles(MediaOptions options, List<String>? allowedExtensions)
→ Future<List<String>?>
-
-
pickMultipleMedia(MediaSource source, MediaType type, MediaOptions options)
→ Future<List<String>?>
-
-
processImage(String imagePath, MediaOptions options)
→ Future<String?>
-
-
requestCameraPermission()
→ Future<bool>
-
-
requestGalleryPermission()
→ Future<bool>
-
-
toString()
→ String
-
A string representation of this object.
inherited