barcode_scanner_plugin 0.1.0
barcode_scanner_plugin: ^0.1.0 copied to clipboard
A powerful Flutter plugin for dual-mode barcode scanning. Supports dedicated PDA hardware via Broadcast Intents and smartphone cameras using CameraX and Google ML Kit.
0.1.0 #
- New Feature: Added Camera Scanning support using CameraX and Google ML Kit.
- Support for regular smartphones without dedicated hardware scanners.
- Dual-mode scanning: Detects hardware PDA scan intents or uses the camera.
- Improved documentation and usage examples in README.
0.0.1 #
- Initial release.
- Support hardware barcode scanning via Android Broadcast Intent and EventChannel.
- Added Federated Plugin Architecture layout.