To fix this on Android Studio 3.1.
Read moreDoes Flutter use gradle?
Your Flutter module uses a plugin that has an Android Gradle dependency , such as ExoPlayer from the video_player plugin, but your existing Android app didn’t depend on ExoPlayer.
Read moreHow do I download the Flutter SDK?
Open Android Studio. Click File → Settings → Plugins. Select the Flutter plugin and click Install . Click Yes when prompted to install the Dart plugin.
Read moreWhat is the path of Flutter SDK?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.28 Ara 2020
Read moreWhere is Flutter SDK installed?
Under Settings > Languages & Frameworks there should be a Flutter section . I found it by using the handy search bar in the Settings menu. At the top of the Languages & Frameworks > Flutter is the Flutter SDK Path. This is assuming that Flutter/Dart have already been installed under Plugins.8 May 2018
Read moreWhere is the sdk path in Android Studio?
You can find the path going into Android Studio -> Configure -> SDK Manager -> On the top left it should say SDK Path .
Read more