Your project's Gradle version is incompatible with the Java version that Flutter is using
It seems like you need to update your Gradle version.
You can update the Gradle version in android/build.gradle
like this:
dependencies { classpath 'com.android.tools.build:gradle:X.Y.Z' }