ai_barcode icon indicating copy to clipboard operation
ai_barcode copied to clipboard

Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator,flutter barcode,flutter qrcode,support android iOS web platform

Results 35 ai_barcode issues
Sort by recently updated
recently updated
newest added

不知道有没有集成从相册读取照片扫描的功能?

good idea

flutter: 3.0.2 ai_barcode: 3.2.2 After opening scanner screen in IOS scan area border isn't created and exception is thrown . ![image](https://user-images.githubusercontent.com/55016857/175317559-b8a2bf02-1d45-4f9a-86d1-9f020cd43625.png) Also, after toggle flash, scan doesn't work. main.dart ```...

bug

Height of Platform View type: [webcamVideoElement[#0723a]] may not be set. Defaulting to `height: 100%`. Set `style.height` to any appropriate value to stop this message. Width of Platform View type: [webcamVideoElement[#0723a]]...

enhancement

Is it possible to examine a single image for a barcode? It would be best if it could even be done without a file. Unfortunately I didn't find anything like...

enhancement

使用一维码扫描的时候不会去识别二维码. 使用二维码扫描的 时候不会去识别一维码. 我现在遇到的问题是, 一张单子上 有两个码, 一个一维码, 一个二维码, 去扫描一维码的时候, 经常识别了二维码, 导致后面操作失败.

enhancement

![image](https://user-images.githubusercontent.com/27001255/163513918-a44bb4e1-de9a-4c43-a9c8-f5a1cd783777.png)

enhancement

How to stop the camera in Flutter Web? ( 如何在 Flutter Web 中停止攝像頭? )

enhancement

When I try to run a web version in the Android browser, I can be able to see the front camera even I set back camera (TypeCamera.back) the browser just...

enhancement

I successfully scan QR code in flutter web app, but after scanning and get a result, camera preview doesn't stop, even using these commands: ``` _scannerController?.stopCameraPreview(); _scannerController?.stopCamera(); ``` In mobile...

enhancement