card-scanner-flutter
card-scanner-flutter copied to clipboard
A flutter package for Fast, Accurate and Secure Credit card & Debit card scanning
e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/CardScannerCameraActivity.kt: (50, 26): Type mismatch: inferred type is CardScannerOptions? but CardScannerOptions was expected e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/CardScannerCameraActivity.kt: (50, 33): Type mismatch: inferred type is CardScannerOptions? but CardScannerOptions was expected e: /Users/user/Desktop/flutter2.10.4/.pub-cache/hosted/pub.dartlang.org/card_scanner-0.2.2/android/src/main/java/com/nateshmbhat/card_scanner/scanner_core/models/CardScannerOptions.kt:...
Its possible to change the scan message? At the moment the message is "Scan your card to proceed".
I tried it on Android both with my implementation and the sample app, with three different credit card but none was recognized. Was it a working in progress or did...
Hi, Please elaborate on the difference between `card_scanner` and `credit_card_scanner`.
Hi. is there any way to support credit card of other colors than black?. Thanks
When building for Android I get the following error message: e: \flutter\.pub-cache\hosted\pub.dartlang.org\card_scanner-1.0.1-prerelease\android\src\main\java\com\nateshmbhat\card_scanner\CardScannerCameraActivity.kt: (50, 26): Type mismatch: inferred type is CardScannerOptions? but CardScannerOptions was expected e: \flutter\.pub-cache\hosted\pub.dartlang.org\card_scanner-1.0.1-prerelease\android\src\main\java\com\nateshmbhat\card_scanner\scanner_core\models\CardScannerOptions.kt: (27, 44): Type mismatch:...
Having any version of google_ml_kit in pubspec while using the credit card scanner causes the app to immediately crash as soon as it opens/camera permission is given.
I tried it on Honor 10. Android Version 10. On real device and emulator camera show 1/2 half, top half of a screen, bottom half is black. I do not...
I have added the pre release version of Card Scanner like this card_scanner: ^1.0.1-prerelease but the project is not compiling successfully and throws an exception. My flutter version is 2.2.3...
If I open scanner & then pressed back button in few seconds app is crashed. its happens when I set cardScannerTimeOut to any value greater than 0 & then pressed...