Skip to content

VictorKochetkov/Xamarin.Forms.QrScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin.Forms.QrScanner

Nuget Nuget

Fast and lightweight QR scanner for Xamarin.Forms (works on Android and iOS) 🚀

💡 Install via NuGet

ezgif com-gif-maker (1) ezgif com-gif-maker

This implementation uses GooglePlayServices.Vision for Android and AVFoundation for iOS.

No overhead dependencies! 🔥

💡 Launch Sample app which demonstrates library usage!

Quick start

Easy to use control - just add QrScannerView into your XAML. Supports MVVM pattern!

<controls:QrScannerView Result="{Binding ResultCommand}"
                        IsScanning="{Binding IsScanning}"
                        HorizontalOptions="FillAndExpand"
                        VerticalOptions="FillAndExpand"/>

Features

Result - command will be executed when QR has recognized

IsScanning - enable or disable scan (while you processing a result, for example)

Requirements

⚠️ Android implementation of scanner requires Google Play Services to be installed on smartphone. It does not works without them. Possibly not working on new Huawei or Samsung firmwares 😑

Donate

If you like this project you can support it by making a donation 🤗 Thank you!

Buy Me A Coffee

About

Fast and lightweight QR scanner for Xamarin.Forms (works on Android and iOS)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages