Maui - Barcode scanning

198 views Asked by At

I am searching for a barcode scanning library for my MAUI project. In Xamarin, I previously utilized Zxing, but unfortunately, Zxing for MAUI does not currently support the Windows platform. Any recommendations would be appreciated.

2

There are 2 answers

0
Gerald Versluis On BEST ANSWER

There is the Camera.MAUI plugin which also leverages ZXing but supports Windows.

0
iKnowNothing On

I've managed to get something working with the BarcodeScanner.Mobile.UI library. Here's a video on how to implement it by Gerald Versluis.

The standard implementation in .net 8 will throw an error due to the way the nuget package unpacks the google libraries BUT there is an explanation and fix for the issue here.