open your project and then go to : File->Settings->Build, Execution, Deployment->Build Tools-> Gradle . Add the path of your Gradle in The Android Studio as shown bellow.
Read moreWhere is settings gradle in flutter?
// To update all the settings. gradle files in the Flutter repo, // See dev/tools/bin/generate_gradle_lockfiles. dart.
Read moreHow do I clean my flutter?
To clear Flutter’s Build cache Open your flutter project folder in Command Prompt or Terminal. Then type flutter clean command and press enter. After executing flutter clean command we would see that it will delete the dart-tools folder, android folder and iOS folder in our application with debug file.
Read moreHow do I clean my flutter?
To clear Flutter’s Build cache Open your flutter project folder in Command Prompt or Terminal. Then type flutter clean command and press enter. After executing flutter clean command we would see that it will delete the dart-tools folder, android folder and iOS folder in our application with debug file.
Read moreHow do I use plugins in flutter?
How to write a Flutter plugin
Read moreHow do I use plugins in flutter?
How to write a Flutter plugin
Read moreWhere is settings gradle in flutter?
// To update all the settings. gradle files in the Flutter repo, // See dev/tools/bin/generate_gradle_lockfiles. dart.
Read more