aio_scanner 1.0.0
aio_scanner: ^1.0.0 copied to clipboard
A comprehensive Flutter package for scanning documents and barcodes with real-time detection. Uses native VisionKit on iOS (16.0+) and ML Kit on Android, featuring auto-confirmation, flash control, an [...]
Changelog #
All notable changes to the AIO Scanner Flutter plugin will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
1.0.0 - 2025-03-17 #
Added #
- Initial package structure
- Document scanning with edge detection
- Barcode scanning with real-time detection
- Text extraction (OCR) functionality
- Support for iOS (VisionKit 16.0+) and Android (ML Kit)
- Auto-confirmation for detected barcodes
- Integrated flash control
- Example app demonstrating key features
- Comprehensive README with usage examples
- Support for multiple pages in document scanner
- Gallery image import capability
- Permission handling for Android 10+ and iOS
- Proper handling of swipe-down dismissal on iOS
- Clean icon button UI for flash control on Android
Improved #
- Direct bitmap processing for Android barcode scanning
- Optimized scanning performance and UI responsiveness
- Memory management and resource cleanup