flutter_doc_scanner
A Flutter plugin for document scanning on Android and iOS using ML Kit Document Scanner API and VisionKit.
0.0.21
30K downloads/mo
#1855 most downloaded on pub.dev
shirsh94/flutter_doc_scanner
What this package is like to depend on
Last release 1 months ago
09 Jul 2026
Ships unpredictably
gaps range from 9 days to 11 months
Nearly every release is documented
notes for 21 of 21 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
21 releases · first in 2024
5 releases in the last 12 months
see the full history below
Release timeline
21 releases · Mar 2024 to Jul 2026Releases
latest 21-
0.0.2109 Jul 2026Release notes
Open source →- Added full Swift Package Manager (SwiftPM) support for both iOS and macOS, while maintaining full CocoaPods compatibility.
- Restructured native plugin sources to the new SwiftPM layout and removed the legacy Objective-C shim, with successful verification on both integration methods.
-
0.0.2010 Apr 2026Release notes
Open source →- Fixed breaking changes from 0.0.19
- Restored typed models (ImageScanResult, PdfScanResult, DocScanException)
-
0.0.1931 Mar 2026Release notes
Open source →- Added
useAutomaticSinglePictureProcessingflag to enable a fast single-picture scanning mode optimized for quick one-document captures. - Implemented platform-specific optimizations (iOS custom auto-scan flow, Android fastest GMS mode) while preserving existing behavior by default.
- Added
-
0.0.1825 Feb 2026Release notes
Open source →-Added typed models, structured errors, image format/quality control (iOS), validation, permission checks, tests, and dependency cleanup. -Fixed Android 15 crashes, lifecycle/thread issues, memory leaks, file/PDF failures, deprecated APIs, and major production bugs.
-
0.0.1716 Jan 2026Release notes
Open source →- Updated ML Kit Document Scanner to v16.0.0 with safer scanning, better errors, and URI payload support.
- Modernized Android stack (AGP 8.6, Kotlin 2.0.21, Gradle 8.7, Java/Kotlin 17, minSdk 21).
- Synced Flutter defaults/tests, improved platform errors, added web stubs, and fixed example app.
-
0.0.1627 Feb 2025 -
0.0.1503 Jan 2025 -
0.0.1402 Jan 2025 -
0.0.1302 Jan 2025 -
0.0.1216 Dec 2024 -
0.0.1116 Dec 2024 -
0.0.1011 Dec 2024 -
0.0.905 Dec 2024 -
0.0.802 Jun 2024 -
0.0.729 Apr 2024 -
0.0.625 Apr 2024 -
0.0.509 Apr 2024 -
0.0.408 Apr 2024 -
0.0.305 Apr 2024 -
0.0.205 Apr 2024 -
0.0.104 Mar 2024Release notes
Open source →- Initial release of the
flutter_doc_scannerplugin. - Added support for document scanning on Android using ML Kit Document Scanner API.
- Added support for document scanning on iOS using VisionKit.
- Implemented functionality for high-quality document detection, cropping, and processing.
- Supported output formats include PDF.
- Initial release of the