rmtmckenzie / flutter_qr_mobile_vision

QR reader plugin using mobile vision API for Flutter.
MIT License
217 stars 186 forks source link

Improvements for Android devices #206

Open jasondelport opened 2 years ago

jasondelport commented 2 years ago

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

rmtmckenzie commented 2 years ago

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.

SoftWyer commented 2 years ago

This PR probably needs to implement the OnCompleteListener to close the frame. See this example.