doc_scan_kit 0.0.9
doc_scan_kit: ^0.0.9 copied to clipboard
Flutter plugin that performs document scanning, using ML Kit on Android and Vision Kit on iOS
0.0.1 #
- initial release.
0.0.3 #
- Add DocumentScanKitOptionsAndroid and DocumentScanKitOptionsiOS
0.0.4 #
- Added ScanResult
- Added option saveImage, to return imagePath from ScanResult
0.0.5 #
- implementing saveImage = false for android
0.0.6 #
- add support swift package manager
0.0.7 #
- Added options
useQrCodeScanneranduseTextRecognizertoDocumentScanKitOptionsiOS - Updated
ScanResultto includetextandbarcodefields - Implemented QR code and text recognition in
ScanDocKitController - Updated method channel implementation to handle new options and fields
- Added new Swift files
RecognizedTextDataSource.swiftandTextRecognize.swiftfor text recognition functionality
0.0.8 #
- Updated
README.mdto include demo videos and screenshots for iOS and Android - Added sample media files for Android and iOS document scanning demo
- Updated Kotlin plugin version to
1.8.10; enabled image saving inDocumentScanKitoptions and improved loading state management in the UI - Renamed scanner method to
scanKit#startDocumentScanner - Refactored
DocScanKitimplementation to improve resource management; addedclosemethod and updatedmain.dartfor better plugin usage - Implemented
DocumentScannerandDocScanKitPluginfor Android; added method channel for document scanning functionality in Java, and committed the base code in Kotlin - Updated Gradle wrapper to version
8.1.1and Android plugin to version8.1.0
0.0.9 #
- Fix: return duplicate document on android.