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

Check mounted before using setState asynchronously to avoid errors. #156

Closed frankmer closed 1 month ago

frankmer commented 1 month ago

Should fix #149

khoren93 commented 1 month ago

@frankmer Thanks a lot