share_to_social 1.0.6 copy "share_to_social: ^1.0.6" to clipboard
share_to_social: ^1.0.6 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 Flutter:

 $ flutter pub add share_to_social

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

dependencies:
  share_to_social: ^1.0.6

Alternatively, 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: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';
7
likes
150
points
55
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)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on share_to_social