You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# flutter_app
|
|
|
|
|
|
|
|
A new Flutter application.
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
This project is a starting point for a Flutter application.
|
|
|
|
|
|
|
|
A few resources to get you started if this is your first Flutter project:
|
|
|
|
|
|
|
|
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
|
|
|
|
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
|
|
|
|
|
|
|
|
For help getting started with Flutter, view our
|
|
|
|
[online documentation](https://flutter.dev/docs), which offers tutorials,
|
|
|
|
samples, guidance on mobile development, and a full API reference.
|
|
|
|
|
|
|
|
|
|
|
|
#1.0
|
|
|
|
|
|
|
|
登录页
|
|
|
|
发送验证码
|
|
|
|
登录
|
|
|
|
|
|
|
|
主页面
|
|
|
|
品牌页
|
|
|
|
|
|
|
|
净币
|
|
|
|
首页
|
|
|
|
领取优惠券
|
|
|
|
活动列表
|
|
|
|
活动详情(h5?)(分享) -> 立即参加
|
|
|
|
积分商城
|
|
|
|
积分商品详情(兑换信息)-> 附近门店列表 ->兑换成功(可用积分)
|
|
|
|
消息
|
|
|
|
活动资讯
|
|
|
|
我的消息
|
|
|
|
系统消息|支付消息|公告
|
|
|
|
订单详情
|
|
|
|
删除消息
|
|
|
|
联盟
|
|
|
|
联盟会员店(经纬度)-> 店铺详情(分享) -> 领取优惠券
|
|
|
|
搜索
|
|
|
|
我的
|
|
|
|
账号信息
|
|
|
|
用户信息修改
|
|
|
|
我的钱包
|
|
|
|
充值
|
|
|
|
提现
|
|
|
|
刷新余额
|
|
|
|
积分详情
|
|
|
|
签到
|
|
|
|
积分明细
|
|
|
|
会员等级说明
|
|
|
|
兑换历史
|
|
|
|
删除订单
|
|
|
|
核销码
|
|
|
|
核销
|
|
|
|
卡包
|
|
|
|
可用|失效
|
|
|
|
订单
|
|
|
|
去支付
|
|
|
|
再次下单
|
|
|
|
订单详情 (订单生成时间)
|
|
|
|
取消订单
|
|
|
|
取件码
|
|
|
|
|
|
|
|
#说明:
|
|
|
|
huixiang_app/pubspec.yaml #依赖
|
|
|
|
|
|
|
|
接口build 依赖(注释了) 命令: 项目根目录 > flutter pub run build_runner build
|
|
|
|
# retrofit_generator: ^1.4.1+3
|
|
|
|
# build_runner: ^1.11.5
|
|
|
|
# json_serializable: ^3.5.1
|
|
|
|
|
|
|
|
http接口需要build生成 需要上面3个依赖
|
|
|
|
min_api.dart 调用小程序的接口
|
|
|
|
retrofit_api.dart 调用app的接口
|
|
|
|
|
|
|
|
main.dart 程序入口 三方sdk初始化 路由
|
|
|
|
|
|
|
|
华为开放平台 15827991714 密码: fmk7895123654 (有问题➕手机号码微信)
|
|
|
|
|
|
|
|
小米开放平台 83364300@qq.com 具体问 :(汪姐)
|
|
|
|
|
|
|
|
推送:使用腾讯云推送 tpns 需扫码登录 (有问题同华为➕微信||或重新注册账号替换相关appKey)
|
|
|
|
|
|
|
|
https://pos.platform.lotus-wallet.com/app/ 生产环境
|
|
|
|
http://192.168.10.236:8765/app/ 测试环境
|
|
|
|
https://pos.platform.lotus-wallet.com/app/ 生产环境
|
|
|
|
http://192.168.10.236:8766/app/ 测试环境
|
|
|
|
|