bimas_document_scanner 1.0.8
bimas_document_scanner: ^1.0.8 copied to clipboard
Scan and crop automatically on iOS and Android with edge detection.
1.0.8 #
- NEW: Custom document scanner for iOS with Portuguese UI
- iOS: Added
CustomDocumentScannerViewControllerwith full Portuguese localization - iOS: Use
useCustomScanner: trueto force Portuguese interface - Android: Portuguese localization already working with
useCustomScanner: true - Custom scanner provides consistent Portuguese experience across both platforms
- Native scanners still available (iOS VNDocumentCamera uses system language)
1.0.7 #
- BREAKING CHANGE: Scanner now ALWAYS displays in Portuguese (pt-BR) regardless of device language
- iOS: Force Portuguese localization using Bundle language override
- Android: Force Portuguese locale in custom scanner using Context wrapper
- This provides a consistent experience across all devices
- If you need multi-language support, please open an issue on GitHub
1.0.6 #
- Added
useCustomScannerparameter for Android - Allows forcing custom scanner UI that respects app locale instead of device system language
- Custom scanner shows Portuguese when app is configured with pt-BR locale
- Improved documentation about scanner options and localization behavior
- Improved localization documentation
- Clarified that Android ML Kit Scanner automatically translates based on device language
1.0.5 #
- Fixed Android build.gradle configuration (namespace and group)
- Updated compileSdk to 34
- Improved Android compatibility
1.0.4 #
- Added Portuguese (pt-BR) translations for Android and iOS
- Note: Native document scanners use system language automatically
- iOS: Added localization resources for VNDocumentCameraViewController
- Android: Added strings.xml for Portuguese
1.0.3 #
- Fixed iOS Swift header import path
1.0.2 #
- Fixed iOS podspec filename to match package name
1.0.1 #
- Fixed permission_handler version to ^11.4.0
- Updated example app package name
1.0.0 #
- Initial release
- Renamed from cunning_document_scanner to bimas_document_scanner
- Support for Android and iOS
- Automatic edge detection and cropping
- Configurable image format and quality for iOS