This issue appears to be https://github.com/flutter/flutter/issues/58247.
Fix this issue by adding the following to the file /Users/builder/clone/gic_flutter/android/app/build.gradle:
android {
lintOptions {
checkReleaseBuilds false
}
}
Gradle task assembleOtherRelease failed with exit code 1
from build log:
This issue appears to be https://github.com/flutter/flutter/issues/58247. Fix this issue by adding the following to the file /Users/builder/clone/gic_flutter/android/app/build.gradle: android { lintOptions { checkReleaseBuilds false } } Gradle task assembleOtherRelease failed with exit code 1