PhenixZeller

Results 3 issues of PhenixZeller

I get multiple values when I scan a code39 type of barcode. Flutter version: 3.19.0 Package version: 3.5.7 Example: ![Screenshot 2024-03-05 at 07 55 04](https://github.com/juliansteenbakker/mobile_scanner/assets/70652858/3b8beb27-72ba-4b55-a062-a7f9a8daa974) Output onDetect: ```dart onDetect: (capture)...

Would it be possible to extend the log level enum by two new values? https://github.com/umair13adil/flutter_logs/blob/61390296c7b52421305f886b8d89ea9bd44f206c/lib/flutter_logs.dart#L7 New values: - VERBOSE - DEBUG Then call `FlutterLogs.logDebug(...)` for example This would be nice...

In Order to recreate a Blob in an Isolate, we need to have the `BlobImpl.fromProperties` accessable. ([Document Export](https://github.com/cbl-dart/cbl-dart/blob/main/packages/cbl/lib/src/document.dart#L3), [Constructor](https://github.com/cbl-dart/cbl-dart/blob/main/packages/cbl/lib/src/document/blob.dart#L135)) Currently we are able to create a Map of the Blob...