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

AndroidX Migration #38

Closed bytesizedwizard closed 5 years ago

bytesizedwizard commented 5 years ago

Migrated the plugin to use the new AndroidX support libraries. Tested and working on all major android devices. This fixes issues #32 , #26 and #24 .

Following is a list of files updated -

**1. android/build.gradle

  1. android/gradle.properties**

Note: Did not change the plugin version under pubspec since it was already 0.16

mbleftley commented 5 years ago

Can we please please get this into a release?? I am blocked with an AndroidX bug and this QR scanner is by far the best inline widget out there.

mbleftley commented 5 years ago

Managed to get it working by using the lib from git instead of Pub.

fast_qr_reader_view: git: url: git://github.com/facundomedica/fast_qr_reader_view.git

leonardopaim commented 4 years ago

Please add this pull request to the release version of the package and post it to the pub. It would be of great benefit to the community.