If you’re using Android Studio for Flutter development, right-click on the android folder in your Flutter project.
Read moreHow do I sync gradle projects?
Open your gradle. properties file in Android Studio. Restart Android Studio for your changes to take effect. Click Sync Project with Gradle Files to sync your project .
Read moreHow do I manually sync gradle?
Project sync issues
Read moreHow do you sync now on Flutter?
If you’re using Android Studio for Flutter development, right click on the android folder in your Flutter project. Select “Flutter” -> “Open Android Module in Android Studio”.
Read moreHow do I refresh gradle in Flutter?
5 Answers
Read moreHow do I sync gradle files?
Android Studio should automatically sync the project with Gradle when you robotify your app (ie make it compatible with Pepper’s tablet). If it does not, then choose menu File > Sync project with Gradle Files or use the elephant icon Sync project from the menu bar to sync your project files manually .
Read moreHow do you add gradle in Flutter?
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 more