qrbar 0.0.4
qrbar: ^0.0.4 copied to clipboard
A lightweight Flutter package to scan and generate QR codes and barcodes with a clean and unified API.
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