Skip to content

Commit fa7bd6a

Browse files
authored
Merge pull request #18 from saddy001/patch-1
Add imageRotation getter
2 parents 7b8fac7 + 181f486 commit fa7bd6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/flutter_camera_ml_vision.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ class CameraMlVisionState<T> extends State<CameraMlVision<T>> {
123123
}
124124

125125
CameraValue get cameraValue => _cameraController?.value;
126+
ImageRotation get imageRotation => _rotation;
126127

127128
Future<void> _initialize() async {
128129
if (Platform.isAndroid) {

0 commit comments

Comments
 (0)