flutter+mongodb+egg开发跨平台APP
发布于 5 年前 作者 dezhizhang 3594 次浏览 来自 分享

392b2df2-6c05-4ff8-85b3-3db8cba8bf93.PNG 09d86d59-cb5b-4177-bacd-caaa5101b88a.PNG 40beafd7-f274-401f-987f-6ecc5f406b94.PNG 46bd0533-50cc-42ad-8bef-519a63bfaaf9.PNG 9c350c04-918d-4883-a9c4-438f63fc4bd3.PNG 1640bf2e-6726-46eb-83bf-037299158b67.PNG #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 

###附上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

回到顶部