I am utilizing the share_plus bundle model 7.2.1 in Flutter for file sharing. The Share.shareXFiles methodology works properly for Gmail, however I am going through points with WhatsApp. Particularly, when attempting to share each attachment information and textual content concurrently, WhatsApp solely sends the textual content, and the chosen attachment information are usually not shared.
Moreover, if I try and share a single picture attachment with textual content content material, it really works for WhatsApp sharing. Nevertheless, when making an attempt to share a number of format attachments, it does not work.
Share.shareXFiles(
xFileList,
topic:
AppConstants.emailSubject,
textual content: getMessageContent(
receipt: receipt,
),
)