originFile property

Future<File?> originFile

This contains all the EXIF information, but in contrast, Image widget may not be able to display pictures.

Usually, you can use the file attribute.

If you need to see the loading status, look at the loadFile.

Implementation

Future<File?> get originFile async =>
    PhotoManager._getFileWithId(id, isOrigin: true);