Closed ajatprabha closed 1 year ago
What do you mean under copied
? It is not clear what use case you describe
Closing due to no activity
Just opening https://github.com/fluttercommunity/plus_plugins/issues/2108
It's when you are clicking on the "copy" button from the android bottom sheet
What is your question?
When a share text is copied on iOS with
Share.shareWithResult(shareText)
, the resultingShareResult.status
isShareResultStatus.success
but on OnePlus devices it isShareResultStatus.dismissed
. Is there a way to handle this properly?Checklist before submitting a question
flutter pub upgrade
flutter clean