doc_scan_flutter 2.0.0
doc_scan_flutter: ^2.0.0 copied to clipboard
A Flutter plugin for scanning documents with automatic edge detection, cropping, and enhancement. Uses ML Kit on Android and VisionKit on iOS for high-quality scans.
2.0.0 #
- Updates minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Migrates to built-in Kotlin
- Swift Package Manager support
- Refactor / clean / upgrade the example app
- Refactor / clean / upgrade the core lib code
1.0.6 #
- Don't throw when the native code returns null, just return null
- Bump dependencies
1.0.5 #
- Make sure the Android code doesn't return URIs prefixed with
file://, since they're not dart-friendly - Some cleanup
1.0.4 #
- ANOTHER NAMING ISSUE
1.0.3 #
- Fix wrong name on the main class
1.0.2 #
- Conform to pub.dev rules
1.0.1 #
- Fixe some naming issues
1.0.0 #
- Initial release !