facundomedica / fast_qr_reader_view

A Fast QR Reader widget for Flutter. For both Android and iOS
MIT License
295 stars 163 forks source link

Camera doesn't rotate #7

Open facundomedica opened 5 years ago

facundomedica commented 5 years ago

I suspect it's because onPause isn't called on Flutter apps when rotating the screen.

facundomedica commented 5 years ago

Related: https://github.com/flutter/flutter/issues/16587