Flutter常用指令
flutter create app:建立一個flutter專案。
flutter doctor:檢查電腦上flutter的環境。
flutter run:啟動flutter APP。
flutter pub get/ flutter packages get:從pubspec.yaml下載套件,兩者並沒有太大的差別。
flutter upgrade:升級flutter的套件版本。
flutter devices:列出目前可使用的裝置。
flutter channel _________’’(填入指定channel):切換channel(如下圖所示)。
這裡補充說明一下,Flutter channels有四種release channel,分別是table、beta、dev及master,通常會使用stable channel。
HelloWorld
今天先介紹到這邊,明天開始我將會介紹Dart語言,敬請期待。
參考資料
橫跨Android及Apple的神話:用Dart語言神啟Flutter大業1.5節、2.1節
https://yanwei-liu.medium.com/flutter%E5%B8%B8%E7%94%A8%E6%8C%87%E4%BB%A4-89ae0dabb3cb
https://ithelp.ithome.com.tw/articles/10238658
https://www.myfreax.com/detailed-flutter-command/