itc_card_scanner 0.0.2
itc_card_scanner: ^0.0.2 copied to clipboard
A Flutter plugin for scanning credit cards using device camera with OCR. Extracts card number, expiry date, cardholder name, and card type.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add itc_card_scannerWith Flutter:
$ flutter pub add itc_card_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
itc_card_scanner: ^0.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:itc_card_scanner/itc_card_scanner.dart';