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
89 stars 50 forks source link

Switch Camera #86

Closed DevTuliPark closed 1 year ago

DevTuliPark commented 1 year ago

Hi, would it be possible to switch the camera from code? If yes, could you show me an example? Thank you.

khoren93 commented 1 year ago

Dear @DevTuliPark,

I just wanted to inform you that I have incorporated a new feature in version v1.1.1. You can now easily set lensDirection in ReaderWidget.

Thank you for your attention.

DevTuliPark commented 1 year ago

Thank you for the work.