Android class
Android-specific social media sharing functionality.
This class provides methods for sharing content to various social media platforms on Android devices. It supports both single and multiple file sharing, with platform-specific optimizations for Android.
Constructors
- Android()
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
-
copyToClipBoard(
String message) → Future< String> - Copies text to the device clipboard.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
- Shares multiple images to Instagram Feed on Android.
- Shares multiple files via SMS on Android.
- Shares multiple files using Android's system sharing dialog.
- Shares multiple files to Telegram on Android.
- Shares multiple files to WhatsApp on Android.
- Shares content to Facebook with hashtags and files.
- Shares content to Facebook Stories with customizable background and sticker.
- Shares a message to Instagram Direct Messages.
- Shares a message and optional file to Instagram Feed.
- Shares multiple videos to Instagram Reels on Android.
- Shares content to Instagram Stories with customizable background and sticker.
- Shares a message to Facebook Messenger.
- Shares a message and optional file via SMS on Android.
- Shares content using Android's system sharing dialog.
- Shares a message and optional file to Telegram on Android.
- Shares files to TikTok Status (Android only).
- Shares a message and optional file to Twitter on Android.
- Shares a message and optional file to WhatsApp on Android.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited