Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
437 stars 146 forks source link

Package for .NET 6/7 without MAUI #106

Open APIWT opened 1 year ago

APIWT commented 1 year ago

Sorry if this is the wrong place to ask! I am wondering, is this the future package for .NET 6/7 support for applications that do not use MAUI, but instead use what is formally known as Xamarin.Android and Xamarin.iOS?

Our project uses ZXing.Net.Mobile, but it doesn't seem to work anymore even on the latest beta packages.

Thanks!

tbalcom commented 1 year ago

ZXing.Net.Mobile seems to have been essentially abandoned 2 years ago. I've found 2 forks on GitHub with some efforts to recompile ZXing.Net.Mobile against net6. I've not tested them personally.

  1. https://github.com/BrianDT/ZXing.Net.Mobile
  2. https://github.com/joeerwood/ZXing.Net.Mobile (https://www.nuget.org/packages/ZXing.Net6.Mobile/3.2.0-alpha5)