native_social_share 0.0.4 copy "native_social_share: ^0.0.4" to clipboard
native_social_share: ^0.0.4 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 Flutter:

 $ flutter pub add native_social_share

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

dependencies:
  native_social_share: ^0.0.4

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_social_share

Packages that implement native_social_share