Skip to content

Commit

Permalink
Merge pull request #18 from saddy001/patch-1
Browse files Browse the repository at this point in the history
Add imageRotation getter
  • Loading branch information
jaumard committed Apr 27, 2019
2 parents 7b8fac7 + 181f486 commit fa7bd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flutter_camera_ml_vision.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class CameraMlVisionState<T> extends State<CameraMlVision<T>> {
}

CameraValue get cameraValue => _cameraController?.value;
ImageRotation get imageRotation => _rotation;

Future<void> _initialize() async {
if (Platform.isAndroid) {
Expand Down

0 comments on commit fa7bd6a

Please sign in to comment.