From the Welcome screen in Android Studio, try Import project (Gradle, Eclipse ADT, etc.) and point it to a Flutter project.
It leads you through a bunch of questions and ends up creating a project based on the Android module sources. It doesn't find any Dart sources.
It would be nice if we can hook into that early enough to detect the Flutter project and focus on that.
From the Welcome screen in Android Studio, try
Import project (Gradle, Eclipse ADT, etc.)and point it to a Flutter project.It leads you through a bunch of questions and ends up creating a project based on the Android module sources. It doesn't find any Dart sources.
It would be nice if we can hook into that early enough to detect the Flutter project and focus on that.