bedirhanssaglam / social_sharing_plus

A Flutter plugin for sharing content, images and videos to social media platforms like Facebook, Twitter, LinkedIn, WhatsApp, Reddit, and Telegram.
https://pub.dev/packages/social_sharing_plus
MIT License
1 stars 0 forks source link

Not able to share file+text together on whatsapp #8

Open ArisChoice opened 2 weeks ago

ArisChoice commented 2 weeks ago

await SocialSharingPlus.shareToSocialMedia( SocialPlatform.whatsapp, 'Msg text', media: file.path, isOpenBrowser: false, );

ERROR Unhandled Exception: Exception: Failed to share to SocialPlatform.whatsapp: Couldn't find meta-data for provider with authority com.ks.dev.fileprovider

bedirhanssaglam commented 2 weeks ago

Hi @ArisChoice Thank you for issue.

What type of file do you want to share, and have you completed the setup mentioned at https://pub.dev/packages/social_sharing_plus#setup? If so, could you share it?