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

discontinued
outdatedDart 1 only

A Flutter plugin for sharing content from the Flutter app via the platform share sheet

share #

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, first add share as a dependency in your pubspec.yaml.

dependencies:
  flutter:
    sdk: flutter
  share: ^0.1.0

Import the library via

import 'package:share/share.dart';

Then invoke the static share method anywhere in your Dart code

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

Publisher

verified publisherflutter.dev

A Flutter plugin for sharing content from the Flutter app via the platform share sheet

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on share