StackOverflow 文件 dart 教程 開始使用飛鏢 Hello World Hello World Created: November-22, 2018 使用以下內容建立名為 hello_world.dart 的新檔案: void main() { print('Hello, World!'); } 在終端中,導航到包含檔案 hello_world.dart 的目錄並鍵入以下內容: dart hello_world.dart 點選 enter 以在終端視窗中顯示 Hello, World!。 Http 請求安裝或設定