share_intent_package 1.0.23
share_intent_package: ^1.0.23 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_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.23Alternatively, 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';