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

Zero-configuration Flutter share intent plugin. Receive shared content from other apps with one-command setup. Fully automated iOS ShareExtension + Android intent filters.

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 Flutter:

 $ flutter pub add share_intent_package

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

dependencies:
  share_intent_package: ^1.0.29

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_intent_package/share_intent_package.dart';
7
likes
160
points
687
downloads

Publisher

unverified uploader

Weekly Downloads

Zero-configuration Flutter share intent plugin. Receive shared content from other apps with one-command setup. Fully automated iOS ShareExtension + Android intent filters.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on share_intent_package

Packages that implement share_intent_package