barcode_scanner_poc 0.0.5
barcode_scanner_poc: ^0.0.5 copied to clipboard
Plugin Flutter para escanear códigos de barras y QR en Android e iOS usando cámara nativa.
0.0.5 - 2025-08-22 #
Improvements #
- Web scanner improved: now supports EAN_8, EAN_13, EAN_14, CODE_128, QR_CODE, and DATA_MATRIX formats using ZXing JS UMD.
- Fixed initialization and compatibility with ZXing library for web.
0.0.4 #
- Updated library documentation to reflect recent changes.
0.0.3 #
- Added and improved documentation for the web implementation (barcode_scanner_poc_web.dart).
- Translated all documentation and comments to English for internationalization.
- Enhanced code clarity and maintainability in the web implementation.
0.0.2 #
- Refactoring and polishing of the main methods.
- Added limitations to the types of codes that can be scanned.
- Improved web usage for code scanning.
0.0.1 #
- Initial project creation.
- Implementation of all main barcode scanner methods.
- Basic tests to validate initial functionality.