khoren93 / flutter_zxing

Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
https://pub.dev/packages/flutter_zxing
MIT License
100 stars 56 forks source link

Release mode: Uninitialized camera when open second time. #160

Open cagrialta opened 1 month ago

cagrialta commented 1 month ago

When I show ReaderWidget first time everything working well but when I open again I got

: Error: CameraException(Uninitialized CameraController, getMaxZoomLevel() was called on an uninitialized CameraController.)

It is working well on debug mode. I tested on android only