simple_share 0.0.1+2 copy "simple_share: ^0.0.1+2" to clipboard
simple_share: ^0.0.1+2 copied to clipboard

discontinued
outdated

A Flutter plugin for share file (image, PDF, video, ecc) or text.

Simple Share #

A Flutter plugin for share file (image, PDF, video, ecc) or text.

Installation #

To use the plugin, add simple_share as a dependency in your pubspec.yaml file.

Usage #

For share file:

SimpleShare.share(uri: uri.toString());

For share file with subject (like in Gmail)

SimpleShare.share(uri: uri.toString(), subject: "subject example");

For share text:

SimpleShare.share(msg: "shared Text");

For share text with subject (like in Gmail)

SimpleShare.share(msg: "My message"", subject: "subject example");

Example #

See the example application source for a complete sample app using the Simple RSA encryption.

0
likes
0
pub points
20%
popularity

Publisher

verified publishergdifrancesco.dev

A Flutter plugin for share file (image, PDF, video, ecc) or text.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_share