mrlacey / MauiAppAccelerator

A Visual Studio extension to accelerate the creation of new .NET MAUI apps.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.MauiAppAccelerator
MIT License
307 stars 10 forks source link

Add example page showing QRCode reading #34

Open mrlacey opened 1 year ago

mrlacey commented 1 year ago

Is your feature request related to a problem? Please describe.

From #33:

what about a page that can read a QRCODE, this is often a very common task... you know like opening the camera and when it recognizes the QRCODE it shoots and handles!

Describe the solution you'd like

Add an example page that shows reading/scanning a barcode and capturing the value.

Describe alternatives you've considered

It's a common enough task that there's value in providing an example implementation.

mrlacey commented 1 year ago

https://github.com/Redth/ZXing.Net.Maui