KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
334 stars 395 forks source link

Fix file path retrieval with exception handling #307

Open kreativityapps opened 5 months ago

kreativityapps commented 5 months ago

Fixes https://github.com/KasemJaffer/receive_sharing_intent/issues/149 Instead of crash getDataColumn catches exceptions gracefully.

Hopefully also fixes https://github.com/KasemJaffer/receive_sharing_intent/issues/105

Could not compile, so also added the fix for https://github.com/KasemJaffer/receive_sharing_intent/issues/306

kreativityapps commented 2 weeks ago

Hi, any reason why this is still not merged?