afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
162 stars 31 forks source link

Usage in .net6.0-android (NOT Maui or Xamarin.Forms) #44

Closed amirvenus closed 5 months ago

amirvenus commented 5 months ago

Hi,

I was wondering if anyone's had any experience using this library without maui and when targetting .net6.0-android only (formerly known as Xamarin native)?

Thanks!

afriscic commented 5 months ago

Hello. This library is for MAUI only but if you would like to use it for Xamarin android you should be able to reuse most of the code that is in BarcodeView.cs as it is all Android specific.