How to import existing Flutter Project in Android Studio?

ForumCategory: QuestionsHow to import existing Flutter Project in Android Studio?
shubhamhackz asked 6 years ago

I have facing some error while opening the projects downloaded from here.

1 Answers
admin Staff answered 6 years ago

Enable flutter plugin in android studio then it’s possible

To install it:

Start Android Studio.
Open plugin preferences (Preferences>Plugins on macOS, File>Settings>Plugins on Windows & Linux).
Select Browse repositories…, select the Flutter plug-in and click install.
Click Yes when prompted to install the Dart plugin.
Click Restart when prompted.

https://flutter.io/get-started/editor/