flutter_share
flutter_share copied to clipboard
Make it possible to share in-memory files
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);
+1
https://www.codester.com/items/34312/instagram-profile-reels-downloader-flutter hope your problem will be gone