You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an exception on Pixel 8 and Pixel 8 Pro running Android 14.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int com.amolg.flutterbarcodescanner.camera.CameraSource.getCameraFacing()' on a null object reference
at com.amolg.flutterbarcodescanner.BarcodeCaptureActivity.onClick(BarcodeCaptureActivity.java:421)
at android.view.View.performClick(View.java:7658)
at android.view.View.performClickInternal(View.java:7635)
at android.view.View.-$$Nest$mperformClickInternal()
at android.view.View$PerformClick.run(View.java:30167)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8248)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
Hello,
I'm encountering an exception on Pixel 8 and Pixel 8 Pro running Android 14.
With:
Smartphone
flutter_barcode_scanner: ^2.0.0
The text was updated successfully, but these errors were encountered: