# Flutter **Repository Path**: onlookee/flutter ## Basic Information - **Project Name**: Flutter - **Description**: 我的 Flutter 项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-11 - **Last Updated**: 2024-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Flutter 项目 # 快速上手 ```shell # 创建项目 flutter create Starter cd Starter # 运行项目 flutter run flutter run -d chrome --web-port=8080 --web-hostname=127.0.0.1 # 列出可用模拟器 flutter emulators flutter emulators --launch # 列出可用设备 flutter devices flutter run -d # 打包 flutter clean flutter build windows ```