lubritto / flutter_share

A Flutter plugin for IOS and Android providing a simple way to share a message, link or local files.
MIT License
40 stars 44 forks source link

Make it possible to share in-memory files #23

Open Ascenio opened 4 years ago

Ascenio commented 4 years ago

It would be nice if something along these lines was possible:

final image = ...; // gets the reference from already existing in-memory image
FlutterShare.shareFile(title: 'My Image', file: image);
skionthursday commented 4 years ago

+1

Deepjyoti120 commented 2 years ago

https://www.codester.com/items/34312/instagram-profile-reels-downloader-flutter hope your problem will be gone