Skip to content

A QRCode renderer based on SkiaSharp. Forked from Xam.Forms.QRCode

License

Notifications You must be signed in to change notification settings

ondrejnovotny/Maui.QrCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QRCode for MAUI apps

NuGet

A QRCode MAUI view based on SkiaSharp and Xam.Forms.QRCode [!(https://github.com/dotnet-ad/Xam.Forms.QRCode)].

Install

NuGet.

Quickstart

<?xml version="1.0" encoding="utf-8"?>
<ContentPage 
    ...
    xmlns:qr="clr-namespace:Maui.QrCode;assembly=Maui.QrCode">

    <qr:QrCode 
            Content="https://github.com/mono/SkiaSharp"
            Color="Maroon" 
            Level="H" 
            WidthRequest="400" 
            HeightRequest="400" 
            VerticalOptions="Center" 
            HorizontalOptions="Center" />
    
</ContentPage>

Thanks

Contributions

Contributions are welcome! If you find a bug please report it and if you want a feature please report it.

If you want to contribute code please file an issue and create a branch off of the current dev branch and file a pull request.

License

MIT © Ondřej Novotný

About

A QRCode renderer based on SkiaSharp. Forked from Xam.Forms.QRCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%