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
321 stars 369 forks source link

Fix file path retrieval with exception handling #307

Open kreativityapps opened 4 weeks ago

kreativityapps commented 4 weeks 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