Flutter web qr code scanner on apache server

Viewed 14

I'm developing a pwa with flutter web hosted on apache server. I have to implement qr code scanning. I tried mobile_scanner, ai_barcode and others package but all of them have the same problem: if I run the app on localhost or if I deploy it on firebase, everything works fine, but if I try to deploy it on an apache server (production use case scenario) the camera for scanning the qr never opens and I really don't know why. Somebody has experienced something like that and could help me to fix that?

0 Answers
Related