esysberlin / esys-flutter-share

A Flutter plugin for sharing files & text with other applications.
Apache License 2.0
130 stars 147 forks source link

Fixing crash on iPad #3

Closed alexeyismirnov closed 5 years ago

alexeyismirnov commented 5 years ago

There is a bug in your code - it crashes on iPad (any recent version of iOS). See the details here:

https://stackoverflow.com/a/25644145/995049

This PR fixes the issue.

d-wolf commented 5 years ago

Hi @alexeyismirnov , thank you for fixing the crash on the iPad! What's the reason for this commit? To share text and images simultaneously?

alexeyismirnov commented 5 years ago

Ouch, that commit was not supposed to be there. I added those changes to the forked repo after creating PR. Yes, you are right, I was trying to share text+image. But it is up to you whether you want to do this or not.

d-wolf commented 5 years ago

Just picked this commit.