You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Thanks for your effort. I got the below WARNING on start of the app for the package
/Users/apple/.pub-cache/hosted/pub.dev/credit_card_scanner-1.0.5/android/src/main/java/com/nateshmbhat/credit_card_scanner/CardScannerPlugin.java:82: warning: [unchecked] unchecked cast
Map<String, String> map = (Map<String, String>) call.arguments;
^
required: Map<String,String>
found: Object
1 warning