appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Instagram Story sharing is overriding clipboard #102

Closed RobertBrunhage closed 1 year ago

RobertBrunhage commented 1 year ago

Is it possible to share to instagram story without overriding the clipboard?

Would like to be able to copy a text that is then possible to paste to to the story. I can see that the native iOS implementation is using the UIPasteboard so maybe this is not possible?

khanmujeeb687 commented 1 year ago

Hey @RobertBrunhage , Right now I am not sure how we can implement this without using UIPasteboard. Or if it is even possible or not? Maybe you can also check this and create a PR or mention the link here.