flutter_qr_mobile_vision
flutter_qr_mobile_vision copied to clipboard
Improvements for Android devices
Changed some Java code that wasn't supported on older versions of Android
Fixed an issue that was causing errors when scanning Barcodes on Android devices
Fixed an issue with Android embedding v2 in the example
Updated to latest version of native_device_orientation
Thanks for the PR. There was a reason why I had the frames closing then, I think possibly a memory leak - I'll try to take a look to make sure that removing it doesn't break anything else before merging this. I should have some time to look into this on the weekend.
This PR probably needs to implement the OnCompleteListener
to close the frame. See this example.