Redth / ZXing.Net.Maui

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

Instruction in README.md are wrong #138

Open trampster opened 9 months ago

trampster commented 9 months ago

The readme says to install ZXing.Net.MAUI NuGet package. And that the UseBarcodeReader extension method is in the XZing.Net.Maui namespace. However this isn't the case.

You have to install the ZXing.Net.Maui.Controls nuget package and the UseBarcodeReader extension method is in the ZXing.Net.Maui.Controls namespace

indyjason79 commented 5 months ago

This just caught me up for 15 mins. Couldn't figure out why the instructions weren't working. This should be updated ASAP as it's the face of the project.