Closed Joao-Peterson closed 7 months ago
Nevermind, added maven { url "https://jitpack.io" }
to my android/build.gradle
file:
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}
}
...
Got a gradle error when executing the example:
I suspect it might a problem in my system gradle and jdk version.
flutter doctor -v
: