share 0.5.3 copy "share: ^0.5.3" to clipboard
share: ^0.5.3 copied to clipboard

discontinued
outdated

Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.

Share plugin #

pub package

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.

Usage #

To use this plugin, add share as a dependency in your pubspec.yaml file.

Example #

Import the library via

import 'package:share/share.dart';

Then invoke the static share method anywhere in your Dart code

Share.share('check out my website https://example.com');
1606
likes
0
pub points
99%
popularity

Publisher

verified publisherflutter.dev

Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on share