share_to_social 1.0.5 copy "share_to_social: ^1.0.5" to clipboard
share_to_social: ^1.0.5 copied to clipboard

share_to_social is a powerful Flutter package that simplifies sharing files to popular social media platforms like TikTok, Snapchat, and Instagram

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add share_to_social

With Flutter:

 $ flutter pub add share_to_social

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  share_to_social: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:share_to_social/social/airdrop.dart';
import 'package:share_to_social/social/instgram.dart';
import 'package:share_to_social/social/snapchat.dart';
import 'package:share_to_social/social/tiktok.dart';
import 'package:share_to_social/social_sharing_platform_interface.dart';
9
likes
0
points
182
downloads

Publisher

verified publisherstockert.blogspot.com

Weekly Downloads

share_to_social is a powerful Flutter package that simplifies sharing files to popular social media platforms like TikTok, Snapchat, and Instagram

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on share_to_social