plus_plugins
plus_plugins copied to clipboard
[Question]: Can WhatsApp on iOS share image and text together?
What is your question?
Hi, I use share plus plugin for sharing files on iOS.
I write this code:
Share.shareFiles([imagePath], text: myText);
It works perfectly on android, also for WhatsApp, but on iOS, sharing to other platforms like Telegram works well but WhatsApp only share the text and ignore the image.
Is there any alternative way for WhatsApp?
Hi, you can find the answer here.
@amir14a hello there! try to use these packages for your need according.
- whatsapp_share2: https://pub.dev/packages/whatsapp_share2
- whatsapp_share: https://pub.dev/packages/whatsapp_share
- share_plus: https://pub.dev/packages/share_plus
- akvelon_flutter_share_plugin: https://pub.dev/packages/akvelon_flutter_share_plugin
- flutter_share: https://pub.dev/packages/flutter_share
hope it can solve your issue.