FepeShareExtend 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.
list
can be text or path listtype
"text", "image", "audio", "video" or "file"sharePositionOrigin
only supports iPad ossharePanelTitle
only supports android (some devices may not support)subject
Intent.EXTRA_SUBJECT on Android and "subject" on iOS.extraText
only 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.
list
can be text or path listtype
"text", "image", "audio", "video" or "file"sharePositionOrigin
only supports iPad ossharePanelTitle
only supports android (some devices may not support)subject
Intent.EXTRA_SUBJECT on Android and "subject" on iOS.extraText
only supports android for Intent.EXTRA_TEXT when sharing image or file.