refactor: move exif search from aspect ratio to orientation

This commit is contained in:
mertalev
2024-11-17 13:53:06 -05:00
parent 4d1d902773
commit 0a77a65044
3 changed files with 47 additions and 26 deletions
@@ -50,6 +50,7 @@ class ExifInfo {
bool? _isFlipped;
@ignore
@pragma('vm:prefer-inline')
bool get isFlipped => _isFlipped ??= _isOrientationFlipped(orientation);
@ignore