flutter_receipt_scanner_ios 0.3.0
flutter_receipt_scanner_ios: ^0.3.0 copied to clipboard
iOS implementation of the flutter_receipt_scanner plugin.
Changelog #
0.3.0 #
Changed #
- Require
flutter_receipt_scanner_platform_interface0.3.0 for coordinated federated package compatibility.
0.2.0 #
Added #
- Return per-line OCR geometry in output-image pixel coordinates when
ocrGeometryis enabled.
Changed #
- Use the permissionless photo picker for gallery scans.
Fixed #
- Keep the returned image, dimensions, and OCR line geometry aligned after automatic rotation.
- Declare UIKit in the CocoaPods specification.