-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
feat: Add picklist mode sample to the example app #1188
Conversation
… Remove the optimisation, that's now not needed anymore.
…orners seems not correct, but that does not influence this use-case.
# Conflicts: # example/lib/picklist/barcode_scanner_picklist.dart # example/lib/picklist/classes/barcode_at_center.dart
The latest version of the picklist sample uses the fact that the image size is now always available, also when returnImage is false. It still relies on two workarounds 'fixPortraitLandscape' and 'fixCorners'. picklist_sample.mov |
Hi all, sorry for my absence, but i've tested your code and it looks like the example runs fine on android and ios! I do think we also need to solve the issues mentioned in #1183, but since this code is only an example, and it also contains a workaround for now, i think it is save to merge this into our current release, and try to fix #1183 in a next release. |
This PR adds a picklist mode sample to the sample app.
This sample is not fully optimised, because of this issue:
MobileScannerState.size is not equal to BarcodeCapture.size on iOS