0 purchases
easy card scanner
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 : #
Check out an example
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
easy_card_scanner: <latest-version>
copied to clipboard
Usage #
How to use it #
import 'package:easy_card_scanner/credit_card_scanner.dart';
var cardDetails = CardScanner.scanCard();
log(cardDetails);
copied to clipboard
iOS Requirements #
The minimum target for iOS should be >= 12.0.0
Comment out the use_frameworks! line from under Podfile of your Flutter project.
You can find this Podfile under your_flutter_project/ios/Podfile
It's previous version was built by nateshmbhat #
Credit goes to nateshmbhat
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.