share_intent_package 1.0.7
share_intent_package: ^1.0.7 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_packageUse 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_packageWith Flutter:
$ flutter pub add share_intent_packageThis 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.7Alternatively, 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';