gradle is under android/app .
Read moreDo I need to install gradle for Android Studio?
Start Android Studio and try again. Create a new blank project again. Then it shouldn’t need to download gradle again. It will uncompress gradle in the the same dir.
Read moreDoes flutter require gradle?
Your Flutter module uses a plugin that has no additional Android Gradle dependency because it only uses Android OS APIs, such as the camera plugin.
Read moreIs gradle necessary?
You don’t need to have gradle installed . The gradle wrapper will download and cache all its dependencies on the first run. So all the developers on your team can build the project really quickly.
Read moreCan you use Flutter in Android Studio?
Android Studio offers a complete, integrated IDE experience for Flutter . Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2021.2 or later.
Read more