flutter_card_scanner_plus 0.1.2
flutter_card_scanner_plus: ^0.1.2 copied to clipboard
On-device bank card scanner (Visa, Mastercard, Amex). Native OCR via iOS Vision and Android ML Kit, no third-party camera plugin required.
0.1.2 #
CardScannerPagecontrols follow the app theme by default:AppBarTheme.foregroundColor, thenAppBarTheme.iconTheme.color, then white.foregroundColoroverrides the theme when set.
0.1.1 #
CardScannerPage: close button, torch toggle and title are now always drawn inforegroundColor(white by default), regardless of the app'sAppBarTheme. Previously a darkAppBarTheme.iconThememade them invisible on the camera preview.- New
foregroundColorparameter onCardScannerPageandCardScannerPage.show.
0.1.0 #
Initial release.
- Camera scanning on iOS (AVFoundation + Vision) and Android (CameraX + ML Kit)
- Visa, Mastercard and American Express: number, expiry date, cardholder name
CardScannerPagewith a default overlay,CardScannerViewwithoverlayBuilderScanRequirementswith required and preferred fieldsCardScanner.scanImagefor static images