Flutter 学习笔记
引言
效果展示
过程
Development tools
1 | sudo apt-get update -y && sudo apt-get upgrade -y; |
Install the Flutter SDK
Use VS Code to install
Prompt VS Code to install Flutter
Launch VS Code.
To open the Command Palette, press Control + Shift + P.
In the Command Palette, type flutter.
Select Flutter: New Project.
VS Code prompts you to locate the Flutter SDK on your computer.
- If you have the Flutter SDK installed, click Locate SDK.
- If you do not have the Flutter SDK installed, click Download SDK.
This option sends you the Flutter install page if you have not installed Git as directed in the development tools prerequisites.
When prompted Which Flutter template?, ignore it. Press Esc. You can create a test project after checking your development setup.
结论
引用
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
