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
325 stars 375 forks source link

Feature: add media identifier #211

Open starshipcoder opened 2 years ago

starshipcoder commented 2 years ago

It would be nice to add the ID in the SharedMediaFile

The ID concept represents: The ID field of the MediaStore on Android. The localIdentifier field of the PHAsset on iOS.

It would allow to get the file from photo_manager

Regards