fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.61k stars 967 forks source link

[Question]: Showing "Plain text and 1 Document" text in share bottomsheet in iOS. #3141

Open vichuer opened 2 months ago

vichuer commented 2 months ago

What is your question?

I am using share_plus plugin to share an image and a text to whatsapp. But on the bottom sheet that pops up to select which app to share, The preview of the image is showing but the text is not showing instead "Plain text and 1 Document" is shown. Please refer the screenshot for better understanding.

share_plus_image1

Is there any way to change that and show custom text there?

This is how I am using the plugin :

Share.shareXFiles( [XFile(file!.path)], subject: 'I just got screened!', text: 'I just got screened!', ).then((value) { if (value.status == ShareResultStatus.success) { pop(context); } });

Checklist before submitting a question

KyawSoeW1n commented 2 months ago

I got the same issue too. Any solution for that one ?

kund3 commented 2 weeks ago

same here,but i think it's ios' bad. can't change this