flutter

最後更新: 2024-08-21

介紹

Flutter is an open source framework by Google

It is Google's UI toolkit for building applications for multi-platform(mobile, web, and desktop) from a single codebase.

HomePage: https://flutter.dev/

 


Flutter Dev environment

 

VS Code + VS Code Plugin(Flutter & Dart) + Flutter SDK

Flutter SDK

下載 flutter_windows_3.16.9-stable.zip 並解壓到 c:\dev

設定 "PATH" Environment Variable

c:\dev\flutter\bin

Check your development setup

PS C:> flutter config --no-analytics

PS C:> flutter doctor                      # 會連線上網

...
[√] VS Code (version 1.92.2)
[√] Connected device (3 available)
[√] Network resources

 


 

 

 

 

Creative Commons license icon Creative Commons license icon