How to compile forked library in Gradle?

Issue I want to compile the following library in my project in build.gradle: https://github.com/theDazzler/Android-Bootstrap It is forked from https://github.com/Bearded-Hen/Android-Bootstrap, but no documentation in the repository explains how to include in in project. I tried something like this: compile ‘com.theDazzler:androidbootstrap:+’ but

Continue reading

using google signing in resulting the exception PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)

Issue I a trying to add a sign in with google button but it still now working, actually it is not returning from the line await googleSignIn.signIn(); resulting exception E/flutter (12458): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)

Continue reading