ShareExtend class
Plugin for summoning a platform share sheet.
Constructors
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
-
method to share with system ui
It uses the ACTION_SEND Intent on Android and UIActivityViewController
on iOS.
listcan be text or path listtype"text", "image", "audio", "video" or "file"sharePositionOriginonly supports iPad ossharePanelTitleonly supports android (some devices may not support)subjectIntent.EXTRA_SUBJECT on Android and "subject" on iOS.extraTextonly supports android for Intent.EXTRA_TEXT when sharing image or file. -
method to share with system ui
It uses the ACTION_SEND Intent on Android and UIActivityViewController
on iOS.
listcan be text or path listtype"text", "image", "audio", "video" or "file"sharePositionOriginonly supports iPad ossharePanelTitleonly supports android (some devices may not support)subjectIntent.EXTRA_SUBJECT on Android and "subject" on iOS.extraTextonly supports android for Intent.EXTRA_TEXT when sharing image or file.