You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Share an image with Share.shareFilesWithResult([file_path], mimeTypes: ['image/png'])
Select Save image item in opened ShareSheet.
No error throws, but the image has not been saved to Camera Roll. The issue only occurs in iPhone 6(running iOS 12.5.5), which works as expected on iOS 15 devices.
Code Sample
final result =awaitShare.shareFilesWithResult([file_path], mimeTypes: ['image/png']);
log('Share image: ${result.status}');
Platform
iOS 12.5.5
Plugin
share_plus
Version
3.x ~ 4.x
Flutter SDK
3.0.0
Steps to reproduce
Share.shareFilesWithResult([file_path], mimeTypes: ['image/png'])
Save image
item in opened ShareSheet.No error throws, but the image has not been saved to Camera Roll. The issue only occurs in iPhone 6(running iOS 12.5.5), which works as expected on iOS 15 devices.
Code Sample
Logs
Flutter Doctor
• No issues found!
The text was updated successfully, but these errors were encountered: