MultiMediaPickerService class
This is a third party service which provide the service to select the image from.
gallery and then image can be cropped as well.
Services include:
getPhotoFromGallery
- Used to select photo from gallery.cropImage
- Used to crop the selected image.
Constructors
:
Properties
[fileStream] [→ Stream] : Provides a stream of selected multimedia files. ::: features no setter :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[getPhotoFromGallery][ [→ Future[<[File?]>]] ] : Picks the image from gallery or to click the image from user's camera.
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[permissionDeniedDialog][ [→ CustomAlertDialog] ] : Generates a custom alert dialog for permission denial.
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- multi_media_pick_service
- MultiMediaPickerService class