Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 402 Bytes

xiaodemo

基于Flutter构建的兼容IOS和Android的原生APP.

如何运行

在运行之前,需要搭建Flutter的运行环境文档

git clone https://github.com/bailicangdu/native-xdm.git

cd native-xdm

flutter packages get // 获取依赖包

flutter run (如果你想运行特有的设备,请执行:flutter run -d 设备id)