esysberlin / esys-flutter-share

A Flutter plugin for sharing files & text with other applications.
Apache License 2.0
130 stars 147 forks source link

Sharing Image not working on Samsung mobiles #53

Open kaxp opened 4 years ago

kaxp commented 4 years ago

So I have Integrated esys_flutter_share 1.0.2 and it was working fine on my moto g4 mobile, but after testing on Samsung s10, s10+, note10 and s9+ when I click on the share button the share popup menu never comes out. But it is working on moto g4, g5, one plus 7. The code I used for sharing is as- final ByteData bytes = await rootBundle.load(image.path); await Share.file(' ', 'esys.png', bytes.buffer.asUint8List(), 'image/png', text: widget.link ?? "mydeeplink");

I don't have console logs as I was testing on browser stack and could not find any.

ysnklcky commented 4 years ago

Same issue :(

My device is android 10. It was working fine but after latest android 10 security update, share image into instagram feed and messenger stroy not work.

Asepdadan commented 4 years ago

same issue, my device xiomi , realmi

:( need help

nkek1027 commented 3 years ago

same issue