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

Native Social Share is a Flutter plugin that enables easy file sharing to popular social media platforms directly from your app. Whether you're looking to share images, text, or other file types, this [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_social_share

With Flutter:

 $ flutter pub add native_social_share

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

dependencies:
  native_social_share: ^0.0.2

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:native_social_share/native_social_share.dart';
0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Native Social Share is a Flutter plugin that enables easy file sharing to popular social media platforms directly from your app. Whether you're looking to share images, text, or other file types, this plugin integrates seamlessly with both Android and iOS to help you provide your users with a quick and native social sharing experience.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_social_share

Packages that implement native_social_share