flutter_simple_shop
flutter_simple_shop copied to clipboard
开源淘宝客
1 配套资源
- 接口文档: Apifox
- 服务端: 服务端源码(Java21+Springboot3.x)
- 后台管理: 后台管理源码(React18+Antd Pro)
- 博客前台: 博客前台源码 - 博客预览
服务端支持docker构建,需要准备mysql,Redis数据库,资源存储使用minio
2 测试服务接口
修改lib/main.dart,仅供学习,有很多bug没修复
const apiHost = 'https://api.itbug.shop';
const apiPort = '443';
3 关于本项目
淘宝客APP,在线商城,你需要准备一些账号
- 大淘客账号 (使用了部分api)
- 折淘客账号 (使用了部分api)
- 淘宝联盟账号 (收钱用)
4 系统设计
- 系统定时任务,没5秒查询一下渠道订单,如果查询到数据,会插入到本地数据库中,并关联用户
- 接口数据来自大淘客,和折淘客,可以在web后台绑定自己的apikey
- [x] 用户管理
- [x] 权限管理
- [x] 企业管理
- [x] 文章管理(博客)
- [x] 群组管理(频道)
- [x] 订单管理
- [x] 文件管理
- [x] 账号管理
- [x] app版本管理
- [x] 友情链接
- [x] 字典管理
- [x] 项目管理
- [x] 配置管理管理
5 项目截图
| 一些 | 截图 | 预览 |
|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- | - |
快速开发工具
构建web应用
flutter build
web --dart-define=FLUTTER_WEB_CANVASKIT_URL=https: //unpkg.zhimg.com/[email protected]/bin/
flutter web 全局加载器
首次加载更新
<link rel="stylesheet" href="css/uikit.min.css"/>
<style>
.container {
display: flex;
justify-content: center;
align-items: center;
padding-top: 150px;
}
</style>
<body class="container">
<div style="text-align: center">
<div><span uk-spinner="ratio: 4.5"></span></div>
<div style="margin-top: 12px">加载中</div>
</div>
<script src="js/uikit.min.js"></script>
请喝咖啡













