advanced_business_card_reader
Business card reader with Android ML Kit OCR, iOS Apple Vision OCR, iOS 26+ arm64 simulator support, and contact field parsing.
What this package is like to depend on
Last release 1 months ago
24 Jul 2026
Ships fairly regularly
a new release about every 3 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Feb 2026 to Jul 2026Releases
latest 4-
1.1.224 Jul 2026Release notes
Open source →- Replaced iOS Google ML Kit pods with Apple Vision OCR and
NSDataDetectorentity hints. - Removed iOS simulator architecture exclusions from the podspec for arm64 simulator support, including iOS 26+ runtimes.
- Updated package metadata and README install snippet to
advanced_business_card_reader: ^1.1.2. - Added package-level
platformsmetadata for Android and iOS. - Added iOS upgrade notes for clearing stale CocoaPods ML Kit dependencies after upgrading from
1.1.1.
- Replaced iOS Google ML Kit pods with Apple Vision OCR and
-
1.1.111 Mar 2026Release notes
Open source →- Updated iOS podspec ML Kit dependencies to
~> 9.0.0. - Added iOS simulator architecture exclusions for ML Kit (
arm64on simulator) in podspec config. - Added iOS simulator limitation/workaround note to README.
- Updated README install snippet to
advanced_business_card_reader: ^1.1.1.
- Updated iOS podspec ML Kit dependencies to
-
1.1.004 Mar 2026Release notes
Open source →- Replaced Dart-side OCR wrapper with direct native Google ML Kit integration via
MethodChannelon Android and iOS. - Added native ML Kit Text Recognition v2 support for Latin, Devanagari, Chinese, Japanese, and Korean.
- Added native ML Kit Entity Extraction (model download + annotation) and merged extracted phones/emails/websites with regex parser output.
- Removed
google_mlkit_text_recognitiondependency from Dart package dependencies. - Kept existing public Dart API intact (
BusinessCardReader,BusinessCardScanResult,BusinessCardData,OcrScriptvalues). - Added plugin platform declarations in
pubspec.yamland native plugin implementations for Android/iOS. - Updated example/config docs for current platform requirements (Android minSdk 26, iOS deployment target 15.5).
- Replaced Dart-side OCR wrapper with direct native Google ML Kit integration via
-
1.0.004 Feb 2026Release notes
Open source →- Initial release
- OCR + parser + auto script scan
- Example app (camera/gallery/file)