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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jt_temp_share

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  jt_temp_share: ^0.6.5+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jt_temp_share/share.dart';
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