How to Create a .NET MAUI Plugin for Camera Barcode Qr Code Scanning

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Check out the source code: https://github.com/yushulx/Capture-Vision-Maui. Before getting started with the plugin, let's take a look at the shortcomings of my current .NET MAUI application:

  • Android and iOS: The code for Android and iOS is ported from my Xamarin.Forms Qr code scanner application. To make the code compatible with .NET MAUI, the AddCompatibilityRenderer() method is used. However, within the .NET MAUI environment, the AddHandler() method is recommended.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Camera.MAUI

    A CameraView Control for preview, take photos and control the camera options

  • Camera: https://github.com/hjam40/Camera.MAUI

  • dotnet-barcode-qr-code-sdk

    .NET barcode SDK for Windows, Linux, macOS, Android and iOS

  • Barcode: https://github.com/yushulx/dotnet-barcode-qr-code-sdk

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts