ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 45 forks source link

[Request] Add informations on a file in order to find it in gallery #30

Open starshipcoder opened 2 years ago

starshipcoder commented 2 years ago

I develop an application that send picture to a server. Image are selected by broswing a custom gallery or by sharing.

I want to mark in my gallery, image already sent to server. So I want to find the corresponding file(if exists) to the file received by sharing.

I use photo_manager and I could open the image with : -The ID field of the MediaStore on Android. -The localIdentifier field of the PHAsset on iOS.

It is possible to have such information in SharedAttachment object ?