After using the command to create a flutter project, why can't a directory be created in the lib directory? At present, it seems that only a package can be created, as shown in the figure:enter image description here
CodePudding user response:
Its default sturcture. your main folder is lib folder where you can add dart files.
CodePudding user response:
Please check in the project structure setting - is there flutter path is set or not..if not then provide the path..
Make sure you install Flutter & dart plugin in the android studio...
CodePudding user response:
Install flutter and dart first. Set up environmentals path for flutter. Link for adding path
