social_media_share 0.0.2 copy "social_media_share: ^0.0.2" to clipboard
social_media_share: ^0.0.2 copied to clipboard

A Flutter plugin for sharing text and images

social_media_share #

A Flutter plugin for sharing text and images to social media platforms.

Features #

  • Share text and images
  • Supports WhatsApp (and extendable to others)

Usage #

import 'package:social_media_share/social_media_share.dart';

SocialMediaShare(
    platforms: [
        SocialPlatform.whatsapp,
        SocialPlatform.facebook,
        SocialPlatform.instagram,
        SocialPlatform.share_via,
        SocialPlatform.copy_link,
        ],
        iconPadding: EdgeInsets.symmetric(horizontal: 10, vertical: 5),
        shareText: "Check this amazing app!",
        shareImage: path, /// local system  image path
        direction: Axis.horizontal,
        spacing: 12,
        defaultLabelStyle: TextStyle(fontSize: 12, color: Colors.black),
),               
4
likes
0
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for sharing text and images

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, font_awesome_flutter

More

Packages that depend on social_media_share

Packages that implement social_media_share