jhoogstraat / fast_barcode_scanner

A flutter plugin that allows your users to scan any type of barcode on iOS and Android
40 stars 62 forks source link

[AVCaptureSession startRunning] should be called from background thread #77

Open dustin-graham opened 1 year ago

dustin-graham commented 1 year ago

My QA team found this error periodically when running our app. Screen Shot 2022-10-19 at 15 04 15 Screen Shot 2022-10-19 at 15 04 24

These should be called on a background thread.

jhoogstraat commented 1 year ago

Oh wow never saw that warning, must be new. But sure, a background thread here doesn't hurt.

arielbh commented 2 months ago

Just encountered it myself.... i guess no one had submitted a PR to fix this, right?