git clone github.com/flutter/flu…android
將bin目錄配置到path中git
flutter doctor --android-licenses緩存
使用vsCode開發bash
1.安裝 flutter插件
2. 查看 -> 命令面板 -> 輸入 doctor
-> 選擇 Flutter: Run Flutter Doctor
-> 查看OUTPUT窗口是否有問題
3. 重啓vsCode -> 查看 -> 命令面板 -> 輸入 flutter
-> 選擇 Flutter: New Project
複製代碼
使用Android Studio開發ui
安裝插件:
1. 打開插件首選項
macOS:Preferences -> Plugins
Windows:File -> Settings -> Plugins
2. 選擇 Browse repositories… -> 選擇 flutter 插件並點擊 install
複製代碼
開啓熱重載this
1. 打開lib/main.dart文件
2. 將You have pushed the button this many times中pushed改爲 checked
3. 用熱重載按鈕(閃電圖標/綠色圓形箭頭按鈕)
複製代碼
flutter doctorgoogle
文章分享同步於: github.com/zhongmeizhi… 打⭐支持一下唄spa