-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add barcode scanner to Shrine example #32646
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
| }) : assert(frontTitle != null), | ||
| assert(backTitle != null), | ||
| super(key: key, listenable: listenable); | ||
| }) : assert(frontTitle != null), |
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 the extra padding?
|
related : #32526 its x,y are reversed for some reason - android 9 : honor play
|
|
@KirolousNashaat I believe this might be because the detector is given the camera's current orientation, but I don't see Then again, I might be completely off here. |
u are right , just tested my orientation is 90 in portrait ? |
|
like this : btw : |
|
This example is now in the flutter/plugins repo with PR flutter/plugins#1758 |
Description
Add a live barcode scanner to the Shrine example in the flutter_gallery app.
Related Issues
Replace this paragraph with a list of issues related to this PR from our issue database. Indicate, which of these issues are resolved or fixed by this PR.
Tests
No tests since this is uses camera and firebase_ml_vision. Also, its example code.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?