v3.0.0
open_share_plus
소셜 미디어로 콘텐츠를 공유하기 위한 플러터 플러그인입니다. 이걸 사용하여 메일, 전화, 왓츠앱 및 시스템 공유 UI에 공유할 수 있습니다.
24좋아요 60430일 다운로드150Pub 점수
AndroidiOSWebmacOSWindowsLinux
소셜 미디어로 콘텐츠를 공유하기 위한 플러터 플러그인입니다. 이걸 사용하여 메일, 전화, 왓츠앱 및 시스템 공유 UI에 공유할 수 있습니다.
{"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)