• Stars
    star
    1,054
  • Rank 42,050 (Top 0.9 %)
  • Language
    Dart
  • Created about 7 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基于 Flutter 构建一个跨平台的原生APP

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)