thomasgalliker / CameraScanner.Maui

Camera preview and barcode scanner for .NET MAUI apps
MIT License
26 stars 3 forks source link

[Enhancement] Add BarcodeFormat `All1D` and `All2D` #24

Closed thomasgalliker closed 2 months ago

thomasgalliker commented 2 months ago

Summary

If a user wants to scan all 1D barcode types or all 2D barcode types, it's quite unconfortable to pick all barcode types manually. We want to have two new, consolidated enum states in BarcodeFormat.

API Changes

Intended Use Case