近期初學 Flutter 開發時,發現 Dart 這套語法會需要一點時間適應。若你有寫過 JAVA 的上手速度會快很多。這邊筆記下一些提點供日後自己回想用。
內容
1. 使用 flutter build <資料夾名稱> 指令來輸出和封裝
2. 在你自行命名的資料夾名稱下,啟用 git,然後就可以推到 Github 上
3. 若你 deploy 的 domain 並非根目錄的話,要記得在專案根目錄的 web 資料夾內調整 <base href=”/”>
程式碼
https://github.com/andy922200/test-dart
參考資料
1. How To Fix ‘Failed to register a ServiceWorker’ For Flutter Web
2. Configuring the URL strategy on the web