flutter_card_scanner_plus 0.1.2 copy "flutter_card_scanner_plus: ^0.1.2" to clipboard
flutter_card_scanner_plus: ^0.1.2 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 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 flutter pub get):

dependencies:
  flutter_card_scanner_plus: ^0.1.2

Alternatively, your editor might support 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
160
points
28
downloads

Documentation

API reference

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

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_card_scanner_plus

Packages that implement flutter_card_scanner_plus