Skip to content

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

License

Notifications You must be signed in to change notification settings

StaymanHou/esys-flutter-share

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 26.8%
  • Dart 26.2%
  • Swift 22.9%
  • Ruby 21.0%
  • Objective-C 3.1%