Xiao Wei Du
Xiao Wei Du

Reputation: 3

How to get selected image's information from system photo using flutter

How to get selected image's information from system photo using flutter. e.g.(longitudes,latitudes,photo time,Height,Width ...)

Upvotes: 0

Views: 151

Answers (1)

Sagar Acharya
Sagar Acharya

Reputation: 3777

you can check out this library. This will give all the information that you described. photo_manager: ^0.4.6

https://pub.dev/packages/photo_manager

Upvotes: 1

Related Questions