thomasgalliker / CameraScanner.Maui

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

[Refactoring] Barcode scan result should not be an array #2

Closed thomasgalliker closed 4 months ago

thomasgalliker commented 4 months ago

Description

I would like to have a wrapping object that contains an array of elements. Alternative: Split the command into two commands, one for single barcode result and one for barcode results (multiple).

Background & Context

It's very confusing if the command returns an array as result.