jt_temp_share 0.6.5+2 copy "jt_temp_share: ^0.6.5+2" to clipboard
jt_temp_share: ^0.6.5+2 copied to clipboard

Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS. Created this package because https://github.com/flutter/plugi [...]

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.

Please set your constraint to share: '>=0.6.y+x <2.0.0'

Backward compatible 1.0.0 version is coming #

The plugin has reached a stable API, we guarantee that version 1.0.0 will be backward compatible with 0.6.y+z. Please use share: '>=0.6.y+x <2.0.0' as your dependency constraint to allow a smoother ecosystem migration. For more details see: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0

Usage #

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

Example #

Import the library.

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');

The share method also takes an optional subject that will be used when sharing to email.

Share.share('check out my website https://example.com', subject: 'Look what I made!');
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS. Created this package because https://github.com/flutter/plugins/pull/2825 is not merged.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on jt_temp_share