FlutterShareMe class

Constructors

FlutterShareMe()

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
shareToFacebook({required String msg, String url = ''}) Future<String?>
share to facebook
shareToInstagram({required String filePath, FileType fileType = FileType.image}) Future<String?>
share file to instagram
shareToMessenger({required String msg, String url = ''}) Future<String?>
share to messenger
shareToSystem({required String msg}) Future<String?>
use system share ui
shareToTelegram({required String msg}) Future<String?>
share to Telegram msg message text you want on telegram
shareToTwitter({required String msg, String url = ''}) Future<String?>
share to twitter msg string that you want share.
shareToWhatsApp({String msg = '', String imagePath = '', FileType? fileType = FileType.image}) Future<String?>
share to WhatsApp imagePath is local image phoneNumber enter phone number with counry code For ios If include image then text params will be ingored as there is no current way in IOS share both at the same.
shareToWhatsApp4Biz({String msg = '', String? imagePath = ''}) Future<String?>
share to WhatsApp4Biz imagePath is local image For ios If include image then text params will be ingored as there is no current way in IOS share both at the same.
shareWhatsAppPersonalMessage({required String message, required String phoneNumber}) Future<String?>
share to WhatsApp phoneNumber phone number with counry code msg message text you want on whatsapp
toString() String
A string representation of this object.
inherited

Operators

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