twitter_login
twitter_login copied to clipboard
Gradle Build issue with Flutter 3.27.1
Please update gradle to 8.0 or above.
Yes please help, as soon as it is added to the project we get an error.
till we get the resolution from the member. you can use this snippet in your module level build.gradle to continue.
subprojects {
afterEvaluate { project ->
if (project.hasProperty('android')) {
project.android {
if (namespace == null) {
namespace project.group
}
}
}
}
}