esys_flutter_share 0.0.1 copy "esys_flutter_share: ^0.0.1" to clipboard
esys_flutter_share: ^0.0.1 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.

License #

This package is licensed under the Apache 2 license, see the LICENSE and AUTHORS files for details.

214
likes
0
pub points
92%
popularity

Publisher

unverified uploader

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on esys_flutter_share