mono0926 / barcode_scan2

[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
https://pub.dev/packages/barcode_scan2
MIT License
86 stars 75 forks source link

Migrate from JCenter to Maven Central for gradle dependencies #57

Closed edreanernst closed 1 year ago

edreanernst commented 1 year ago

JCenter has issued a deprecation notice (https://blog.gradle.org/jcenter-shutdown). It is recommended to move to Maven Central, which Flutter itself is also officially doing.

This PR addresses bug #56 by removing JCenter and adding Maven Central for gradle dependency resolution.

mono0926 commented 1 year ago

Thanks and sorry, I overlooked 🙏