card-scanner-flutter
card-scanner-flutter copied to clipboard
A flutter package for Fast, Accurate and Secure Credit card & Debit card scanning
Running Gradle task 'assembleDebug'... /Users/ervinod/AndroidStudioProjects/ProjectName/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:58: error: cannot find symbol CardScannerPlugin.registerWith(registry.registrarFor("com.nateshmbhat.card_scanner.CardScannerPlugin")); ^ symbol: method registerWith(Registrar) location: class CardScannerPlugin 1 error FAILURE: Build failed with an exception.
Hey, your package works beautifully on Android. However on iOS I am still unsuccessful to build with the latest version. Note that when I build with version `^0.0.4` it builds...
seems to only scan when "upside down".. might be a neat hack to just flip image and scan again?
here's the regex: https://gist.github.com/claudiosanches/26d9668f21dbdc787472 ``` ^(40117[8-9]|431274|438935|451416|457393|45763[1-2]|506(699|7[0-6][0-9]|77[0-8])|509\d{3}|504175|627780|636297|636368|65003[1-3]|6500(3[5-9]|4[0-9]|5[0-1])|6504(0[5-9]|[1-3][0-9])|650(4[8-9][0-9]|5[0-2][0-9]|53[0-8])|6505(4[1-9]|[5-8][0-9]|9[0-8])|6507(0[0-9]|1[0-8])|65072[0-7]|6509(0[1-9]|1[0-9]|20)|6516(5[2-9]|[6-7][0-9])|6550([0-1][0-9]|2[1-9]|[3-4][0-9]|5[0-8])) ```
When rotating my phone the aspect ratio squeezes to a very small scan window.
I'm having problems with embossed card readings. Can you make an update for this?
App crashes on Android when trying to call `await CardScanner.scanCard(scanOptions: scanOptions)` method. Flutter (Channel stable, 3.13.9, on macOS 14.1.1 23B81 darwin-arm64, locale en-TR) credit_card_scanner: ^1.0.5 Tested devices: - Samsung Galaxy...
Hi, I wanna add flashlight when scanning the card. How can I achieve this ?
When I launch the scanner, the horizontal indicator starts moving up and down, but there is no result, I tried it on several bank cards. Both methods tried (with/without scanOptions)...
List of things I did - Update mlkit text recognition 16.1.3 -> 18.0.2 - Null check and early return - Remove semicolons 😅