iT邦幫忙

2022 iThome 鐵人賽

DAY 1
0
Mobile Development

在 Flutter 開發旅程的手札系列 第 1

Flutter Setup - 專案與Github的設定

  • 分享至 

  • xImage
  •  

在使用Git版控Flutter之前我們需要先檢查環境是否有安裝過Git

git --version

若還沒有下載可以按git 下載


GitHub與Flutter專案設定

  1. 點擊『+』,再選擇『New repositroy』
    https://ithelp.ithome.com.tw/upload/images/20220916/201526830jn6dSsq13.png
  2. 設定『Repositroy Name』,名稱建議跟自己要建立的 Flutter 專案名稱相同
    https://ithelp.ithome.com.tw/upload/images/20220916/20152683uC44oy7pFj.png
  3. 開設一個Flutter專案
    https://ithelp.ithome.com.tw/upload/images/20220916/20152683qpRQGHpCoO.png
  4. 設定專案git,在Terminal指定位置到專案下,建立本地端的git
git init
git add .
git commit -m "first commit"

https://ithelp.ithome.com.tw/upload/images/20220916/20152683JvKag12Tuj.png
5.
建立一個main的分支

git branch -M main

連結到Github的專案
⚠️ :{括號裡面,填入自己設定的資訊(含大括號)}

git remote add origin https://github.com/{GithubUserName}/{GithubProjectName}.git

並將commit的紀錄推到main分支裡面

git push -u origin main

https://ithelp.ithome.com.tw/upload/images/20220916/20152683IgmEFuSCkE.png
6. 完成畫面
https://ithelp.ithome.com.tw/upload/images/20220916/20152683FhKDGxi1nt.png


下一篇
Flutter Widget - Container 在開發上的實用語法
系列文
在 Flutter 開發旅程的手札30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言