cloudacy / native_exif

A simple EXIF metadata reader/writer for Flutter.
MIT License
16 stars 14 forks source link

Help with Extracting Metadata from Downloaded Images Using native_exif Package #37

Open alihassan711 opened 3 weeks ago

alihassan711 commented 3 weeks ago

Hi, I am currently using the native_exif package in my Flutter project to extract metadata from images. While it works perfectly for photos taken directly from the phone’s camera or screenshots, I have been unable to retrieve metadata (such as the creation date) for images that have been downloaded from social media platforms or Google.

I understand that some platforms may strip metadata for privacy reasons, but I was wondering if there might be any way or workaround through which I could retrieve this data for such images. Could you provide guidance or suggest any improvements that could help with this issue?

Thank you in advance for your support, and I look forward to hearing from you.

Best regards,

Ali Hassan