HSAS-H4o5F / APP

智慧社区 APP
GNU General Public License v3.0
1 stars 1 forks source link
flutter smart-city smart-community

HSAS 智慧社区 APP

Build status

编译方法

安装 Flutter SDK

参考 Flutter 官方文档(英文) 或 Flutter 中文文档(中文)。

安装 Python

Python 下载页 或使用包管理器等工具自行安装。

获取 pub 依赖

flutter pub get

运行预编译脚本

python ./scripts/pre-build.py

为特定平台编译

参考 第一步