Writing first flutter app
2022-11-07
Create the app
- Open View > Command Palette in VS CODE
- Type “flutter”, and select the Flutter: New Project.
- Select Application.
- Create or select the parent directory for the new project folder.
- Enter a project name, such as
my_app, and press Enter.