advanced_business_card_reader 1.1.2
advanced_business_card_reader: ^1.1.2 copied to clipboard
Business card reader with Android ML Kit OCR, iOS Apple Vision OCR, iOS 26+ arm64 simulator support, and contact field parsing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add advanced_business_card_readerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
advanced_business_card_reader: ^1.1.2Alternatively, 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:advanced_business_card_reader/advanced_business_card_reader.dart';