Platform
Windows 10
Plugin
share_plus
Version
7.2.2
Flutter SDK
3.16.9
Steps to reproduce
- use Share.shareXFiles to share files with subject and text.
- When sharing, select outlook email,
- attached file successfully, but email subject and text as empty

Code Sample
await Share.shareXFiles(<XFile>[XFile(shareFilePath)],
subject: 'log data',
text: 'Sent time',
sharePositionOrigin: rect);
Logs
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Enterprise 2022 17.6.3)
[√] Android Studio (version 2022.3)
[√] Connected device (3 available)
[√] Network resources
• No issues found!
Flutter Doctor
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.16.9, on Microsoft Windows [Version 10.0.19045.5247], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Enterprise 2022 17.6.3)
[√] Android Studio (version 2022.3)
[√] Connected device (3 available)
[√] Network resources
• No issues found!
Checklist before submitting a bug
Platform
Windows 10
Plugin
share_plus
Version
7.2.2
Flutter SDK
3.16.9
Steps to reproduce
Code Sample
Logs
Flutter Doctor
Checklist before submitting a bug
flutter pub upgradeflutter clean