qrbar 0.0.7
qrbar: ^0.0.7 copied to clipboard
A lightweight Flutter package to scan and generate QR codes and barcodes with a clean and unified API.
0.0.7 #
- Improved rendering pipeline to prevent UI thread conflicts
0.0.6 #
- Removed export and share features (QrExporter)
- Simplified demo app UI to focus on generation & scanning only
0.0.5 #
- Fixed focus manager conflict in QrExporter that caused crashes on Android/iOS
- Improved rendering pipeline to prevent UI thread conflicts
- Added loading indicators for export operations
0.0.4 #
- Added 10 unique QR code styles (standard, rounded, withLogo, gradient, fancyEyes, dots, framed, shadow, mosaic, pixelArt)
- Implemented QR code export functionality (saveToFile, share, getBytes)
- Added support for additional barcode formats (PDF417, Aztec, Data Matrix)
0.0.3 #
- Fixed scan screen pop context error
- Improved example layout and scan result handling
0.0.2 #
- Replaced deprecated foregroundColor in QrImageView
- Fixed formatting and analyzer warnings
0.0.1 #
- Initial release: scan & generate QR/barcodes