easy_social_share 0.1.2
easy_social_share: ^0.1.2 copied to clipboard
Flutter social media sharing plugin for WhatsApp, Instagram, Facebook, Twitter, TikTok, and system's built-in sharing dialog.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_social_shareThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easy_social_share: ^0.1.2Alternatively, 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:easy_social_share/easy_social_share.dart';