Just Open your project as normal, and then in [Android Studio > Preferences > Languages&Frameworks > Flutter > Flutter SDK path] select the path where you downloaded & unpacked Flutter SDK .27 May 2018
Read moreHow do I open the Flutter project in Terminal?
Create a new Flutter project
Read moreHow do you open a Flutter?
Install the Flutter and Dart plugins
Read moreDoes Flutter work with Android Studio?
Android Studio offers a complete, integrated IDE experience for Flutter . Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2021.2 or later.
Read moreWhat is the relationship between Flutter and Android Studio?
Flutter is a mobile app SDK to help developers and designers build modern mobile apps for iOS and Android. Android Studio belongs to “Integrated Development Environment” category of the tech stack, while Flutter can be primarily classified under “Cross-Platform Mobile Development” .
Read moreCan we develop Android app using Flutter?
Flutter is a recently launched SDK by Google, allowing developers to create applications for iOS and Android by using a single code-base . Unlike other popular solutions, rather than calling Flutter a framework, it is a complete SDK that comes with everything that you will need to build cross-platform applications.
Read moreHow do I create a new project in VS Code terminal?
Open VS Code’s terminal (command prompt) by selecting “View,” then click on “Terminal.” Enter the following command: “dotnet new console .” This template will create a simple application with the same name as the folder it is in. VS Code will open a simple program that uses the namespace of your choosing.
Read more