I’m developing a Flutter app and need to implement a QR scanner. I want the scanner to display a square around or on the detected QR code, which should stick to the QR code even as the camera moves.
Here’s an example of the sticky square on a QR code from Google Lens:
Has anyone done this before or have any suggestions on how to achieve it? Any examples or pointers to relevant packages would be greatly appreciated. Thanks!