flutter create app //create a flutter project named "app" cd app //change directory to folder "app" flutter run //start the flutter app ...
確定! 回上一頁