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

Use absolute path for files #192

Closed reynirf closed 3 years ago

reynirf commented 3 years ago

Media files do use absolute paths, but the the "path" variable that has the absolute path for other files is not being used, and thus results in a "File System Exception".

This merge request fixes it.

reynirf commented 3 years ago

Whoops, I commited another commit into the pull request. Only the first one was applicable.