In flutter project, main.dart is not recognizing as .dart file in android studio as shown in the screenshot attached. If I change the name of the file then it's recognizing.click here to view screenshot
In flutter project, main.dart is not recognizing as .dart file in android studio as shown in the screenshot attached. If I change the name of the file then it's recognizing.click here to view screenshot
Looks to me that the IDE is incorrectly associating your file as a Text file.
I managed to make it work was by doing the following (on Android Studio for MacOS):
Override File TypeI am facing the same problem, fixed it by right click the file and select the Override File Type menu, in the popup file type menu, select the dart or whatever the really file type you needed.