yushulx / flutter_barcode_sdk

Build barcode QR detection apps for Windows, Linux, macOS, Android, iOS and web.
https://pub.dev/packages/flutter_barcode_sdk
MIT License
47 stars 18 forks source link

build error with gradle 7.1:allowInsecureProtocol #17

Closed nuzhata closed 2 years ago

nuzhata commented 2 years ago

Your build.gradle must be changed like this: rootProject.allprojects { repositories { maven { url "http://download2.dynamsoft.com/maven/dbr/aar" allowInsecureProtocol = true } google() jcenter() } }

yushulx commented 2 years ago

@nuzhata it's fixed. Please check out the latest version. Thanks for your feedback.