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

To work with ProGuard #9

Closed vin89423 closed 2 years ago

vin89423 commented 5 years ago

I need some help on building a release APK after using this widget.

First of all, i like this widget and it did save my project.

The problem is when i build release APK with ProGuard. It show lots of errors because of my ProGuard rules is not compatible with firebase and gms. I search hours on internet to find firebase, gms rules but still not working. I can turn off ProGuard to skip those errors but it sound not the best way.

Could you tell me what ProGuard rules are you using to build project with firebase and gms.

Thanks a lot =)

facundomedica commented 2 years ago

ML Kit is now being used instead of Firebase 👌