flutter_card_scanner_plus 0.1.0 copy "flutter_card_scanner_plus: ^0.1.0" to clipboard
flutter_card_scanner_plus: ^0.1.0 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_card_scanner_plus

With Flutter:

 $ flutter pub add flutter_card_scanner_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_card_scanner_plus: ^0.1.0

Alternatively, 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:flutter_card_scanner_plus/flutter_card_scanner_plus.dart';
2
likes
0
points
120
downloads

Publisher

verified publisherapissystems.dev

Weekly Downloads

On-device bank card scanner (Visa, Mastercard, Amex). Native OCR via iOS Vision and Android ML Kit, no third-party camera plugin required.

Repository (GitHub)
View/report issues

Topics

#camera #ocr #credit-card #payment #scanner

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_card_scanner_plus

Packages that implement flutter_card_scanner_plus