Closed tmpfs closed 9 months ago
Hi ! Thx for the report ;-)
The last commit should fix this, can you test it and tell me if it's good for you ?
Thank you !
Indeed @Verbruik, I tested against the ios-authorization
branch and it does fix the issue, thank you!
It would be great if you could merge that branch and publish a patch release - thanks 🙏
Hi,
Just migrated over to the this library from
mobile_scanner
to avoid using MLKit on iOS and for the most part it's working quite well (once permission is granted).On iOS 16.3.1, Immediately after I give permission to use the camera (the first time I want to scan) the
PlatformView
does not render the camera, I don't see an error or anything in the logs.Once permission is granted if I close the dialog (which renders the
BarcodeScannerWidget
widget) and open it again everything works fine and subsequently it works fine.Any ideas why this might be happening?