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

#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

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

443ef0c1-c249-45c9-b839-9bfa0cd88acb.PNG2bc8a181-82b3-41b9-bf08-6292fa75f890.PNG6a783517-9165-461e-a807-5ec75d6f09e8.PNG301eea9f-4b5e-439c-b165-3102b1f278b9.PNG

回到顶部