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 moreHow do I run gradle in flutter project?
Open in Android Studio Tools->SDK Manager–SDK Tools.
Read moreDoes flutter need 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 moreWhat is gradle in flutter?
Gradle is a build system used to build Android apps . Android developers use Android Studio and Gradle to build Android apps. Now with Flutter the future of mobile development, we develop one app (Dart language) and it runs on three platforms(Android, iOS, and Web).
Read more