以下說明 Flutter 各資料夾的內容:
- 對應各種平台
- android
- ios
- linux
- web
- windows
- build 存放程式編譯後的執行檔
- lib 存放所有 Dart 的程式碼
- test 存放檢驗程式功能是否正常運作的程式碼
- pubspec.yml 專案使用的套件清單
- README.md 專案說明
- .gitignore 不需要被 Git 版本控制的資料清單

以下說明 Flutter 各資料夾的內容:

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Leave a comment