mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 464 forks source link

[Bug]Should not store rootViewController of window at plugin register #288

Open zouquan741 opened 3 years ago

zouquan741 commented 3 years ago

Describe the bug Some app will change the rootViewController of window after startup. image So we should not store rootViewController of window at plugin register. Otherwise we will get a Warning: Attempt to present <UINavigationController: 0x106665400> whose view is not in the window hierarchy!, and all UI will be freezed.

Expected behavior Use the current root vc to present BarcodeView when sacn method called.

Environment (please complete the following information):