IOS class

iOS-specific social media sharing functionality.

This class provides methods for sharing content to various social media platforms on iOS devices. It integrates with iOS system sharing capabilities and platform-specific features.

Constructors

IOS()

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 on iOS.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareImageToWhatsApp(String filePath) Future<String>
Shares an image to WhatsApp on iOS.
shareToFacebook(String hashtag, List<String> filePaths) Future<String>
Shares content to Facebook with hashtags and files on iOS.
shareToFacebookStory(String appId, {String? stickerImage, String? backgroundImage, String? backgroundVideo, String? backgroundTopColor, String? backgroundBottomColor, String? attributionURL}) Future<String>
Shares content to Facebook Stories with customizable background and sticker on iOS.
shareToInstagramDirect(String message) Future<String>
Shares a message to Instagram Direct Messages on iOS.
shareToInstagramFeed(String imagePath) Future<String>
Shares an image to Instagram Feed on iOS.
shareToInstagramReels(String videoPath) Future<String>
Shares a video to Instagram Reels on iOS.
shareToInstagramStory(String appId, {String? stickerImage, String? backgroundImage, String? backgroundVideo, String? backgroundTopColor, String? backgroundBottomColor, String? attributionURL}) Future<String>
Shares content to Instagram Stories with customizable background and sticker on iOS.
shareToMessenger(String message) Future<String>
Shares a message to Facebook Messenger on iOS.
shareToSMS(String message) Future<String>
Shares a message via SMS on iOS.
shareToSystem(String message, {List<String>? filePaths}) Future<String>
Shares content using iOS system sharing dialog.
shareToTelegram(String message) Future<String>
Shares a text message to Telegram on iOS.
shareToTiktokPost(String videoFile, String redirectUrl, TiktokFileType tiktokFileType) Future<String>
Shares a video to TikTok Post on iOS.
shareToTwitter(String message, String? filePath) Future<String>
Shares a message and optional file to Twitter on iOS.
shareToWhatsapp(String message) Future<String>
Shares a text message to WhatsApp on iOS.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited