Barcode Scanning with Google Vision and ML Kit in .NET MAUI
As an alternative to the well-known ZXing library for Xamarin and .NET MAUI there is also a plugin for barcode scanning with Google Vision and ML Kit! With this plugin scanning all kinds of barcodes in your .NET MAUI app is a breeze. Let me show you!
What you will learn
- Barcode Scanning in .NET MAUI
- Aren’t Barcodes Old?!
- Install BarcodeScanner.Mobile.Maui NuGet Package
- Error During NuGet Installation on Windows (Fixed!)
Good to know
- The demo focuses on practical usage, so validate package/version details against your current MAUI target before shipping.