sachinbpatil619
Results
2
comments of
sachinbpatil619
I am also facing the same issue so, any update on this issue ?
i am also facing same issue. i am using image_picker: ^1.0.4. ``` final fileBytes = File(widget.imageFile.path).readAsBytesSync(); final data = await readExifFromBytes(fileBytes); ``` i am getting GPSLatitude and GPSLongitude 0/0,0/0,0/0 i...