Skip to main content
2 votes
0 answers
61 views

I’m getting random barcode values when the scanner view closes due to timeout even though no QR code or barcode in front of the camera. Each time this happens, the detected values are different. Code :...
Akhil George's user avatar
  • 1,003
1 vote
1 answer
95 views

I'm building a Flutter app using the qr_code_scanner_plus package. The QR scan works, and I’m able to retrieve the scanned result, but after scanning, the app navigates back and shows a blank screen (...
mlodhi's user avatar
  • 754
0 votes
1 answer
84 views

I have a flutter project and I want to also deploy it on the web, but for the QR code section, I want to upload an image and scan the QR code from the image on the web platform. Because I think it is ...
Sultan SARIBAŞ's user avatar
0 votes
2 answers
172 views

I have implemented QR Code Scanner for my app and I want to align text dynamically below the Overlay of QR Code Scanner. I have used qr_code_scanner package. I have tried it to make in Stack widget ...
Nipul Rathod's user avatar
-1 votes
4 answers
92 views

At first, I was told that PrettyQrView was wrong, so I changed PrettyQrView(qrCode: qrData) to PrettyQrView.data(data: qrData), and this error disappeared, but the error in else is still the same. I ...
비도덕이도덕's user avatar
0 votes
1 answer
2k views

I want to implement QR code scanner like exact GooglePay: I can implement the AppBar and showModalBottomSheet. But I still can't figure out how can I implement the overlay design widget (four ...
Nipul Rathod's user avatar
0 votes
1 answer
187 views

Well, I have used multiple Flutter barcode scan pakcages, but could not find the proper one. The best I have tried was MobileScanner that was fast and mostly accurate, but it has one problem. When I ...
Asliddin's user avatar
0 votes
1 answer
554 views

I am building an Android/iOS app which opens external url and access the contacts and reads the QR code from native mobile via JavaScript calls from the external website. Currently, I am able to get ...
Satya's user avatar
  • 206
0 votes
1 answer
322 views

I have a webview application and I use the following plugins for it. flutter_inappwebview: ^5.3.2 qr_code_scanner: ^1.0.0 http: ^1.2.0 When I open the camera, I get a fatal error and the phone ...
Muhammed Akar's user avatar
0 votes
2 answers
325 views

Hi I have been trying to read the QR Code and then navigate to a page when scan data contains specific keyword. Currently, I did print the data and it shows correctly, but when I want pass it to check ...
Chuah Sze Wei's user avatar
0 votes
2 answers
1k views

I cannot figure out on how to convert a generated qr code by the use of QrImageView into a image file type that can be saved in the database This is my code for generating a qr code: Widget ...
Shrewd Skrrt's user avatar
0 votes
1 answer
241 views

I'm encountering an error in my Flutter code where I'm trying to parse a vCard using the vcard package. However, I'm getting the error message "The method 'fromBytes' isn't defined for the type '...
Abderahmane Louhi's user avatar
0 votes
0 answers
206 views

Currently trying to build a custom QR code generator that would either include a logo or some text in the middle so it is not generic have been scouring the internet looking for solutions but mainly ...
wannaB's user avatar
  • 1
0 votes
1 answer
135 views

I am writing a Flutter project that scans QR codes and I use the qr_code_scanner package At first, the screen size was good, but now when I run it on my phone, it is smaller from the top and bottom It ...
Amir noroozi's user avatar
0 votes
1 answer
577 views

I want to add a qr code for my application. How can I integrate and scan the QR code I will generate? I would be very grateful if you could give me some explanatory information about the methods I ...
Emre Çifçi's user avatar

15 30 50 per page