Start a new topic

Flutter QR Scanning

Hi,

we are interested to integrate Wikitude in our Flutter app along with a possibility to detect and read the contents of QR-Codes/Barcodes. I have seen that there is some documentation available on how to integrate an plugin for QR scanning :

https://www.wikitude.com/external/doc/documentation/latest/android/pluginsapi.html#barcode-and-qr-code-reader


Will this be also supported within the Flutter library? If yes, could you give us some guidance on how to integrate it?

1 Comment

Hi Cesar,


Unfortunately, in our flutter project there's nothing similar to the QR Plugin sample we have in our JS project and won't be supported any time soon. Nevertheless, the usage of this plugin is to load the zbar library natively and use it to read QRs which I think can be easily done with one of the flutter packages that are in the pub.dev url.


May I ask the purpose of the QR plugin in your project?


Regards,

Aitor.

Login or Signup to post a comment