You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this fantastic package and got it working by simply copying the contents of the barcode_scanner_simple.dart from the example. Now that I have it working, I'd like to "upgrade" to the barcode_scanner_window.dart, however it doesn't recognize the BarcodeOverlay and ScanWindowOverlay classes.
It seems that in the lib/mobile_scanner.dart file, the following four lines are not included in the latest v6 release, but are already in the v7 release.
Yes, those widgets were only created in the version 7.0.0 beta cycle.
I woud defer to @juliansteenbakker for that decision. Although, there were some bugs with the overlays iirc.
There is a flickering bug in the scan window overlay widget
The barcode painter is not repainting with no square when the barcode is no longer within the camera view
If you would like to investigate both bugs, then we can definitely look into moving over those widgets into 6.0.4 or something.
Hi,
I'm trying to use this fantastic package and got it working by simply copying the contents of the
barcode_scanner_simple.dart
from the example. Now that I have it working, I'd like to "upgrade" to thebarcode_scanner_window.dart
, however it doesn't recognize theBarcodeOverlay
andScanWindowOverlay
classes.It seems that in the
lib/mobile_scanner.dart
file, the following four lines are not included in the latest v6 release, but are already in the v7 release.lib/mobile_scanner.dart @ v6.0.3
Is it possible to also export them in the v6 release, so that we can use the overlays in the current stable release?
Thanks for the hard work!
The text was updated successfully, but these errors were encountered: