ensemble_qr_scanner 1.2.55
ensemble_qr_scanner: ^1.2.55 copied to clipboard
QR Code and Barcode scanner module for Ensemble Framework. Lightweight module with minimal dependencies.
1.2.55 #
- Bump "ensemble_qr_scanner" to
1.2.55.
1.2.54 #
- Bump "ensemble_qr_scanner" to
1.2.54.
1.2.53 #
- Bump "ensemble_qr_scanner" to
1.2.53.
1.2.52 #
- Bump "ensemble_qr_scanner" to
1.2.52.
1.2.51 #
- Bump "ensemble_qr_scanner" to
1.2.51.
1.2.50 #
- Bump "ensemble_qr_scanner" to
1.2.50.
1.2.49 #
- Bump "ensemble_qr_scanner" to
1.2.49.
1.2.48 #
1.2.47 #
- REFACTOR(qr_scanner): improve scan window handling and layout for QR code scanner. (a54f86b0)
- FIX(qr_scanner): upgrade mobile_scanner dependency in qr_scanner. (ec22c726)
- DOCS: update package and module READMEs. (2f7e2dec)
Changelog #
All notable changes to the ensemble_qr_scanner module will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2025-10-20 #
Added #
- Initial release of standalone QR scanner module
- Extracted from ensemble_camera module for lighter dependencies
- QR Code and Barcode scanning support
- Multiple barcode format support (Code 128, Code 39, Code 93, EAN, UPC, etc.)
- Customizable scan overlay UI
- Camera controls (flash, flip, pause/resume)
- Event callbacks (onReceived, onInitialized, onPermissionSet)
- Backward compatibility maintained via re-export in ensemble_camera
Dependencies #
- mobile_scanner: ^6.0.11
- ensemble: core framework
- flutter: SDK
Migration #
- New apps can use
ensemble_qr_scannerdirectly for lightweight QR scanning - Existing apps using
ensemble_cameracontinue to work without changes - No breaking changes