mlkit_document_scanner 0.0.12
mlkit_document_scanner: ^0.0.12 copied to clipboard
Flutter plugin bringing MLKit Document Scanner to Flutter. Available only for Android.
0.0.12 #
Formatting improvements.
0.0.11 #
Upgrade dependencies across the board, from the native Android configuration, to the Flutter plugin itself.
0.0.10 #
Update to version 0.0.10, add experimental API annotation, improve gallery import handling, and migrate example project to Gradle Kotlin DSL.
0.0.9 #
Comment out import of io.flutter:flutter_embedding_debug and URL to Maven's repository URL to obtain io.flutter:flutter_embedding_debug.
0.0.8 #
Update to version 0.0.8, upgrade Kotlin and Gradle versions, adjust compile and min SDK versions, and improve image data handling in the document scanner plugin.
0.0.7 #
This change updates the Dart/Flutter SDK version constraints and dependencies. It also sets the new repository URL.
0.0.6 #
This change updates the Dart/Flutter SDK version constraints and dependencies.
0.0.5 #
This change updates the Dart/Flutter SDK version constraints and dependencies.
Since MlkitDocumentScannerPlugin is a final class, it cannot be mocked for testing purposes, so I have introduced the MlkitDocumentScanner interface.
0.0.4 #
This change open sources the project under a different license (from AGPL-3.0 to Apache License 2.0).
0.0.3 #
Minor configuration changes to the build.gradle and updates to the README.md.
0.0.2 #
Breaking change: MlkitDocumentScannerPlugin now introduces two streams, one of listening to JPEG and one for PDF results. In order to toggle which one of them should receive updates this version adds a new enum, DocumentScannerResultMode.
Add topics section to the pubspec.yaml file.
For more information on its usage, refer to the example and the API documentation.
0.0.1 #
This is the initial release of the plugin. Please beware of the fact that this code is not tested, and most likely not recommended for production use.