Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter not appearing in languages & framework setting on Android Studio

After installing Flutter and Dart plugins on Android Studio, I wasn't able to locate flutter in my settings. Please help flutter_not_found_in_setting

like image 497
Reuben Khong Avatar asked Apr 23 '20 04:04

Reuben Khong


People also ask

Can I install flutter in Android Studio?

How to Install Flutter on Android? Download the Android Studio and install it. Open Android Studio > Android Studio Setup Wizard . This installs the latest version of Android SDK, Android SDK Platform-Tools, and Android SDK Build-Tools, which are essential while developing a Flutter app for the Android system.

What is flutter SDK path?

C:\>where flutter dart C:\dev\src\flutter\bin\flutter C:\dev\src\flutter\bin\flutter.bat C:\dev\src\flutter\bin\dart C:\dev\src\flutter\bin\dart.bat C:\dev\src\dart-sdk\bin\dart.exe. However, if you are using PowerShell , in it where is an alias of Where-Object command, so you need to use where.exe instead.

How do I add plugins to flutter?

To create a plugin package, Use the --template=plugin flag with the Flutter create command. Use the --platforms= option followed by a comma-separated list to specify the plugin supports platforms. Available platforms are Android, iOS, web, Linux, macOS, and Windows.


1 Answers

Please try opening an actual flutter project then checking the Settings -> Languages & Frameworks again. The menu changes if you have an actual flutter app open. I just used the default sample values.

like image 161
jabbajac Avatar answered Sep 19 '22 05:09

jabbajac