qr_breeze 1.0.2
qr_breeze: ^1.0.2 copied to clipboard
A Flutter package for scanning QR codes and barcodes with a customizable UI.
1.0.2 #
- Fix Bug
1.0.1 #
- Fixed navigation context issue by migrating to a result-only scan flow (Navigator.pop with scan result).
- Removed scan callback side effects to ensure safe and predictable navigation behavior.
- Improved internal scan handling to prevent duplicate scan triggers.
- Minor internal refactoring and cleanup for better stability.
1.0.0 #
- 🎉 First stable release of QRBreeze.
- Improved scanner stability and performance with optimized animation repaint logic.
- Fixed multiple onDetect trigger issue to prevent duplicate scan callbacks.
- Enhanced camera lifecycle handling (pause/resume) for better Android & iOS reliability.
- Refined error handling API for cleaner integration in production apps.
- Polished UI/UX with smoother scan line animation and rounded scan box design.
- Ready for production use with a stable public API.
0.0.4 #
- Added issue tracker link for better community feedback and support.
0.0.3 #
- QRBreeze now supports customizable overlay colors, scan box sizes, and optional instructions.
- Improved controller stability and fixed minor controller initialization bugs.
0.0.2 #
- Added blur effect outside the QR scan box.
- Improved gallery image picking with robust permission handling.
0.0.1 #
- Initial release with QR and barcode scanning support.