- offline and fast
- uses native screen to scan card
- app crash on pressing BackButton for Android
- app crash for iOS
Add this to your package's pubspec.yaml file:
dependencies:
easy_card_scanner: <latest-version>import 'package:easy_card_scanner/credit_card_scanner.dart';
var cardDetails = CardScanner.scanCard();
log(cardDetails);- The minimum target for iOS should be >= 12.0.0
- Comment out the
use_frameworks!line from underPodfileof your Flutter project. You can find thisPodfileunderyour_flutter_project/ios/Podfile
It's previous version was built by nateshmbhat
Credit goes to nateshmbhat
