Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 6.69 KB

README.md

File metadata and controls

69 lines (55 loc) · 6.69 KB

flutter_mall_self

电商 效果预览

app_gif_github

android apk 下载

android_apk下载 网页下载 : http://d.7short.com/zsch

ios apk 请自行打包。

github : https://github.com/a120476536/flutter_mall.git gitee : https://gitee.com/qobn/flutter_mall.git

==项目中用到插件jsonToDartBean,需在studio中安装,不然各种对象会报错==

插件

  • flutter_swiper: ^1.1.6
  • json_annotation: ^2.3.0
  • dio: ^3.0.10
  • flutter_spinkit: ^3.1.0
  • pull_to_refresh: ^1.4.7

  • event_bus: ^1.1.0
  • flutter_html: ^0.10.4
  • flutter_screenutil: ^0.5.3
  • fluttertoast: ^3.1.0
  • shared_preferences: ^0.5.3+4
  • fluro: ^1.6.3
  • provider: ^3.0.0+1
  • city_pickers: ^0.1.30
  • flutter_easyrefresh: ^2.0.3
  • flutter_webview_plugin: ^0.3.11
  • cached_network_image: ^2.0.0
  • flutter_stack_trace: ^1.0.1
  • toast: ^0.1.5
  • share: ^0.6.5+4

项目结构

api 接口
constant 常量
entity 对象
page 项目对应页面
router 路由
utils 各类工具类
widget 各类widget
1、main.dart 项目入口
2、mall.dart 首页容器
3、首页四个Tab
        HomeMain(),
        ClassificationPage(),
        CartPage(),
        MinePage(),
4、商品分类 SubCategory
5、商品详情 GoodDetail
6、订单详情 OrderDetailPage
7、我的订单 MyOrderPage
8、登录 LoginView
...

地图 支付功能暂未实现。