JimmyPun610 / BarcodeScanner.Mobile

Barcode Scanner using GoogleVision API for Xamarin Form, Maui
MIT License
333 stars 100 forks source link

Create instructions for using this with .net 7 Android or iOS without using maui. #206

Open JimWilcox3 opened 9 months ago

JimWilcox3 commented 9 months ago

Is your feature request related to a problem? Please describe. I am creating a net7-android app that needs to be able to scan QRCodes.

Describe the solution you'd like I would like to be able to use this package to read the barcodes without having to use maui.

Describe alternatives you've considered I have looked at ZXing.maui, but it has to have .net maui.

Additional context You mentioned in another comment that what I want is possible. Maybe if yo could add a demo project that shows how to do it in .net 7 android without maui.

JimmyPun610 commented 9 months ago

related to #193 honestly, I am not sure how it could work for native one. Maybe copying the logic of the handler file to implement it will be better

JimWilcox3 commented 9 months ago

Thanks anyway.

jbouche-work commented 4 months ago

@JimWilcox3 : Hi, have you found a solution ? Another Nuget like ZXing that can work for .Net 8 for iOS (without MAUI) ?

JimWilcox3 commented 3 months ago

I have not. Please let me know if you find one.

jbouche-work commented 3 months ago

I have not. Please let me know if you find one.

Hi, my current solution : https://github.com/Redth/ZXing.Net.Mobile/issues/1085