FLUTTER ECOSYSTEM

alann-maulana/share_whatsapp

Flutter 앱에서 콘텐츠를 WhatsApp 공유 대화 상자로 공유할 수 있는 Flutter 플러그인입니다.

WhatsApp로 공유 프로젝트 이미지
Stars
1
Forks
25
최근 푸시(UTC)
2026. 6. 4.
프로젝트 상태
활성
Alann Maulana GitHub avatar
GITHUB User

Alann Maulana ↗

Tenaga Kanggo Indonesia, PTTangerang
언어C++CMakeDartSwiftKotlinRubyHTMLCObjective-CJava

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 8 개
  • cross_file^0.3.3+1
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • mime^1.0.2
  • plugin_platform_interface^2.0.2
  • url_launcher^6.1.3
  • flutter_test개발 의존성{"sdk":"flutter"}
  • flutter_lints개발 의존성^2.0.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Share Whatsapp Plugin

pub package

A Flutter plugin to share content from your Flutter app to the WhatsApp share dialog.

Installation

Add to your flutter project :

flutter pub add share_whatsapp
iOS Specific Installation

Add this to your Info.plist file within Runner folder :

<key>LSApplicationQueriesSchemes</key>
<array>
	<string>whatsapp</string>
</array>

This will ensure that iOS app can use url scheme whatsapp://.

Compatibility

Web Android iOS MacOS Windows Linux
Share Text
Share Image
Share Text+Image
Share to Number ⚠️
Native
Using wa.me on url_launcher

⚠️ Notes :

  • Mandatory for Web, MacOS, Windows and Linux
  • Optional for Android only.

Author

Alann Maulana (alann-maulana)