flutter_document_scan_sdk 1.1.2 flutter_document_scan_sdk: ^1.1.2 copied to clipboard
A Flutter wrapper for Dynamsoft Document Normalizer, providing API for document edge detection and document rectification.
1.1.2 #
- Support AGP 8 for Android.
1.1.1 #
- Adjusted the
ThresholdCompensation
value from 9 to 10 in the template file.
1.1.0 #
- Updated DDN iOS to v1.0.30.
1.0.3 #
- Fixed dependency issue for iOS.
1.0.2 #
- Updated DDN Android to v1.0.30.
1.0.1 #
- Instead of the
save()
method, use Dart APIs to save the image to a file. - Added camera scanner to the example code, supporting Windows, Android, iOS and web.
1.0.0 #
- Added
normalizeBuffer()
anddetectBuffer()
for Linux, Android, iOS and web.
0.5.0 #
- Renamed
normalize()
tonormalizeFile
. - Renamed
detect()
todetectFile
. - Added
normalizeBuffer()
anddetectBuffer()
for Windows.
0.4.0 #
- Updated example code to support quadrilateral editing.
- Updated DDNJS to 1.0.12.
- Fixed JS normalize function based on quadrilateral points.
0.3.0 #
- Supported Android and iOS.
0.2.0 #
- Supported Windows and Linux.
- Updated the example code.
0.1.0 #
- Encapsulated Dynamsoft Document Normalizer for web development.