Add barcode scanner to Shrine example#32646
Add barcode scanner to Shrine example#32646bparrishMines wants to merge 57 commits intoflutter:masterfrom
Conversation
| }) : assert(frontTitle != null), | ||
| assert(backTitle != null), | ||
| super(key: key, listenable: listenable); | ||
| }) : assert(frontTitle != null), |
|
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?