I need to know which Android API version is my Flutter app using, I need to change it too if that's like the 29 API to support Android 6.0 using API 26 I guess.
Open your android build.gradle
(Module:app) and there you can see :
minSdkVersion
targetSdkVersion
compileSdkVersion etc.