Easy Card Scanner, You can easily Scan your Credit/Debit Card Offline Google ML is used
Features
- offline and fast
- uses native screen to scan card
Fixes
- app crash on pressing BackButton for Android
- app crash for iOS
Example :
Installation
Add this to your package's pubspec.yaml file:
dependencies:
easy_card_scanner: <latest-version>
Usage
How to use it
import 'package:easy_card_scanner/credit_card_scanner.dart';
var cardDetails = CardScanner.scanCard();
log(cardDetails);
iOS Requirements
- The minimum target for iOS should be >= 12.0.0
- Comment out the
use_frameworks!
line from underPodfile
of your Flutter project. You can find thisPodfile
underyour_flutter_project/ios/Podfile
It's previous version was built by nateshmbhat
Credit goes to nateshmbhat