qr_code_scanner 0.0.8
qr_code_scanner: ^0.0.8 copied to clipboard
QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
qr_code_scanner #
This package wires the PlatformView corresponding to iOS and Android inside flutter.
Credits #
- Android: https://github.com/zxing/zxing
- iOS: https://github.com/mikebuss/MTBBarcodeScanner
- Special Thanks To: LeonDevLifeLog for his contributions towards improving this package.
TODO'S: #
- iOS Native embedding is written to match what is supported in the framework as of the date of publication of this package. It needs to be improved as the framework support improves.
- Finally, I welcome PR's to make it better :), thanks