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

The easiest Flutter share intent plugin. Receive text, images, videos, documents from other apps with automated setup. iOS ShareExtension + Android intent filters made simple.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate share_intent_package

Use it

The package has the following executables:

$ setup_android
$ setup_ios_clean

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add share_intent_package

With Flutter:

 $ flutter pub add share_intent_package

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

dependencies:
  share_intent_package: ^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_intent_package/share_intent_package.dart';
7
likes
0
points
687
downloads

Publisher

unverified uploader

Weekly Downloads

The easiest Flutter share intent plugin. Receive text, images, videos, documents from other apps with automated setup. iOS ShareExtension + Android intent filters made simple.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on share_intent_package

Packages that implement share_intent_package