flutter_qr_mobile_vision icon indicating copy to clipboard operation
flutter_qr_mobile_vision copied to clipboard

Fixing Hot Reload

Open TKFRvisionOfficial opened this issue 2 years ago • 0 comments

Yeah this isn't the greatest way to do this since the onError callback will still be triggered but there aren't many other options. We could of course just bypass this exact Exception right here: https://github.com/rmtmckenzie/flutter_qr_mobile_vision/blob/6b3299bb2dbcc223318a7eb96036afad8e098da4/lib/src/qr_camera.dart#L148-L151 But I do not know if this is wanted.

TKFRvisionOfficial avatar Jun 14 '22 16:06 TKFRvisionOfficial