esys_flutter_share 0.0.5 copy "esys_flutter_share: ^0.0.5" to clipboard
esys_flutter_share: ^0.0.5 copied to clipboard

outdated

A Flutter plugin for sharing images & text with other applications.

esys_flutter_share #

A Flutter plugin for sharing images & text with other applications.

Usage #

Import:

import 'package:esys_flutter_share/esys_flutter_share.dart';

Share text:

await EsysFlutterShare.shareText('This is my text to share with other applications.', 'my text title');

Share image:

final ByteData bytes = await rootBundle.load('assets/image.png');
await EsysFlutterShare.shareImage('myImageTest.png', bytes, 'my image title');

Check out the example app in the Repository for further information.

214
likes
0
pub points
92%
popularity

Publisher

unverified uploader

A Flutter plugin for sharing images & text with other applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on esys_flutter_share