mobile_scanner icon indicating copy to clipboard operation
mobile_scanner copied to clipboard

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.

Results 279 mobile_scanner issues
Sort by recently updated
recently updated
newest added

### What - This PR refactors the whole iOS codebase. - Fixes #26 - Probably fixes #144, #164, #141, #101,

enhancement
ios
refactor

### What - while scanning QRCodes or barcodes, we need a border area for camera. it will scan a particular barcode from sheet.

solved ?

Good day, I'm attempting to create something along the lines of the below image ![image](https://user-images.githubusercontent.com/41445931/186731753-685006d7-aa11-46b4-accd-d57792d8b690.png) However, nesting the mobile scanner within a TabBarView has caused some unexpected behavior. Just swiping...

Hey all, at first thanks for the great package! I would like to know it there is a way to get the available FacingTypes from the device , see: https://pub.dev/documentation/camera/latest/camera/availableCameras.html...

question

### What - Not able to scan a barcode from Air India boarding pass

### What - [ ] Please add data scan value and border at qrcode like google mobile vision

Running on android. ![20220626_224107.jpg](https://user-images.githubusercontent.com/52562340/175955545-ffc87504-3f08-4910-8baf-66353962f1cb.jpg)

android
QRCodes

### What - I need to do some tests for the app i'm developing with this lib and i need to test the page where i'm using it, but i'm...

The macOS code does not transform `VNBarcodeObservation.barcodeDescriptor` to a `BarcodeFormat`, so all codes scanned on macOS appear to be `ean13`, the default. See [the macOS library barcode extraction](https://github.com/juliansteenbakker/mobile_scanner/blob/ff410a16ec7048d88e0d83bb5aed517fbf39664d/macos/Classes/MobileScannerPlugin.swift#L111) for context.

bug
macos
barcodes