StackOverflow 文件 dart 教程 Pub Pub build Pub build Created: November-22, 2018 準備部署 Web 應用程式時使用 pub build。當你執行 pub build 時,它會為當前包及其所有依賴項生成資產 ,並將它們放入名為 build 的新目錄中。 要使用 pub build,只需在包的根目錄中執行它即可。例如: $ cd ~/dart/helloworld $ pub build Building helloworld...... Built 5 files! Pub 服務Pub