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

Take picture from the camera #19

Closed c0h1b4 closed 5 years ago

c0h1b4 commented 5 years ago

Hello,

I am developing an App that needs to read a QR Code and then take a picture of an object after reading the qr code. When I added the official camera dependency, there was a lot of compiler issues of duplicated symbols in the compiler. Is there a way to use the fast_qr_reader to also capture the photo?

Thanks, David

c0h1b4 commented 5 years ago

From the flutter team:

@c0h1b4 I've checked the issue, that's because developers define same class FLTCam in CameraPlugin.m(from plugin camera) and FastQrReaderViewPlugin.h(from fast_qr_reader_view). I do think this is the responsibility of plugin developers to avoid this, like add customized prefix for their class and methods, etc. Otherwise, the developer who want to use them both will have to do this. Closing #26548

So please, rename the class on the plugin.

c0h1b4 commented 5 years ago

Pull request https://github.com/facundomedica/fast_qr_reader_view/pull/20

facundomedica commented 5 years ago

Closed as #20 was merged