Skip to main content

Share Plus Overview

A Flutter plugin to share content from your Flutter app via the platform's share dialog.

Wraps the ACTION_SEND Intent on Android and UIActivityViewController on iOS.

Get started

1. Add it to your project

pubspec.yaml
dependencies:
flutter:
sdk: flutter
share_plus: "^0.0.1"

2. Download dependency

$ flutter pub get

3. Rebuild the app

$ flutter run

Next steps

Read the usage page to see examples of how to use the package.