v3.0.0
open_share_plus
用於將內容分享至社群媒體的 Flutter 插件。您可以使用它分享至郵件、電話、WhatsApp 和系統共享介面。
24喜歡 604近 30 天下載150Pub 分數
AndroidiOSWebmacOSWindowsLinux
用於將內容分享至社群媒體的 Flutter 插件。您可以使用它分享至郵件、電話、WhatsApp 和系統共享介面。
{"sdk":"flutter"}{"sdk":"flutter"}^1.1.1^2.1.8^6.3.2^4.7.0{"sdk":"flutter"}^6.0.0以下為英文專案原文快照,最新內容請造訪 GitHub。
https://datadirr.com/datadirr.png
Flutter Plugin for sharing contents to social media.You can use it share to Mail, WhatsApp And System Share UI
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.
First, add open_share_plus as a dependency in your pubspec.yaml file.
In your flutter project add the dependency:
dependencies:
...
open_share_plus:
For help getting started with Flutter, view the online documentation.
Please follow this example here.
Open.browser(url: "https://datadirr.com")
Open.phone(phoneNumber: "+919726428397")
Open.mail(toAddress: "datadirr@gmail.com", subject: "datadirr", body: "datadirr dev")
Open.whatsApp(whatsAppNumber: "919876543210", text: "datadirr")
Open.localFile(filePath: localFilePath)