Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 980 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 980 Bytes

about

文章列表

文章列表

搜索

搜索

行博

行博

资源

资源

留言板

留言板

关于

关于

安卓下载地址

download

启动

flutter create . // 创建缺失的目录
flutter emulators // 查看已安装的模拟器
flutter emulators --launch <emulator id> // 启动模拟器
flutter run -d <emulator id> // 在模拟器下运行flutter