flutter+egg.js+mongodb开发跨平台App
发布于 1 个月前 作者 dezhizhang 481 次浏览 来自 分享

#APP开发此APP兼容Android和ISO平台

+---android                  ----android配置相关文件
+---build                    ----打包后生成的文件
+---ios                      ----ios配置相关文件
+---lib                      ----编写源码的文件
    +---asstes               ----图片静态文件的
    +---config               ----一些公共的配置文件
    +---model                ----请求数据的模型
    +---pages                ----编写页面的文件
        +---Detail           ----详情页
        +---Category         ----分类页
        +---Home             ----首页
        +---People           ----我的页
        +---Cart             ----购物车页
    +---routes               ----路由配置文件
    +---tabs                 ----底部导航配置文件
    +---utils                ----一些方法文件
+---test                     ----测试文件
+---pubspec.yaml             ----安装依赖的文件

###1,打开夜神模拟器

在dos窗口D:\Program Files\Nox\bin>下
执行命令: nox_adb.exe connect 127.0.0.1:62001

###2,运行程序

在flutter/app运行命令:flutter run 
注:flutter/flutter_app是平时写的一些demo

Image text Image text Image text Image text

附上github地址:https://github.com/dezhizhang/flutter/tree/master/app 附上github地址:https://github.com/dezhizhang/flutter/tree/master/app 附上github地址:https://github.com/dezhizhang/flutter/tree/master/app 附上github地址:https://github.com/dezhizhang/flutter/tree/master/app 附上github地址:https://github.com/dezhizhang/flutter/tree/master/app

回到顶部