-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/fixing camera problems #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nner-flutter into feature/fixing-camera-problems # Conflicts: # example/android/app/build.gradle # example/pubspec.yaml # pubspec.yaml
smallTrogdor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - I left some remarks, especially about the Changelog. Otherwise just nitpicks
example/android/app/build.gradle
Outdated
|
|
||
| defaultConfig { | ||
| applicationId "ch.sbb.datascanner.example" | ||
| minSdkVersion 21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably easier to leave at Flutter.minSDKVersion ...
example/android/app/build.gradle
Outdated
| } | ||
|
|
||
| compileOptions { | ||
| sourceCompatibility JavaVersion.VERSION_11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 11 ?
chore: update flutter version to 3.35.0 refactor: nitpicks
smallTrogdor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌮 ✅
Proposed changes
Added a workaround to convert images to the NV21 format, since ML Kit currently does not support other formats.
This workaround should be removed once flutter/packages#10022 is merged.
Fixes
Checklist
Before creating a PR, run through this checklist and mark each as complete:
CONTRIBUTINGdocument