qrcode_reader_web 1.1.0
qrcode_reader_web: ^1.1.0 copied to clipboard
This library aims to read QR Codes on the web. With it, you can use the device's camera to scan QR codes and perform various actions with the obtained data.
1.1.0 #
- Added a new widget that displays the camera's transparent background with a focus on the targeting for QR Code scanning.
1.0.2 #
- Fixed an issue when building for platforms other than Web that used the QRCodeWidget.
- Added conditional import to ensure the build is only for Web; otherwise, it will return a SizedBox.
1.0.1 #
- Create Flutter Web Plugin.
- Upgrade Flutter and Dart version.
1.0.0 #
- Initial release.