social_share_kit 0.2.0
social_share_kit: ^0.2.0 copied to clipboard
Share text, links and files directly to X, WhatsApp, Instagram, Threads, Telegram, LinkedIn, Messenger, TikTok, SMS and mail, or to the system share sheet. Reports per-target capabilities up front. Bu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add social_share_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
social_share_kit: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:social_share_kit/social_share_kit.dart';