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 moreWhich Java version should I use for flutter?
Java 11 JDK installed and set in system environment variables. Flutter and Dart extension installed.
Read moreCan we convert Android app to Flutter?
How to transfer your existing app into Flutter? To begin with, you need to integrate Flutter as a library or module . That module is responsible to reflect the application’s UI. You can create a module using Flutter create-t module command.22 Oca 2021
Read more