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 more