flutter_qr_mobile_vision icon indicating copy to clipboard operation
flutter_qr_mobile_vision copied to clipboard

Improvements for Android devices

Open jasondelport opened this issue 2 years ago • 2 comments

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

jasondelport avatar Aug 18 '22 09:08 jasondelport

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.

rmtmckenzie avatar Aug 19 '22 10:08 rmtmckenzie

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

SoftWyer avatar Aug 20 '22 08:08 SoftWyer