3 Star 17 Fork 10

梁典典 / flutter_simple_shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

1 配套资源

服务端支持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

5 项目截图

一些 截图 预览
1598619522755.jpg 1598619524192.jpg 1598619524535.jpg
1598619524394.jpg 1598619519325.jpg 1598619513469.jpg
1598619516304.jpg 1598619516278.jpg 1598619478353.jpg
1598619478848.jpg 1598619472801.jpg 1598619476671.jpg
1598619475878.jpg - -

构建web应用

flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=https://unpkg.zhimg.com/canvaskit-wasm@0.24.0/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>

请喝咖啡

1603946039040.png

MIT License Copyright (c) 2024 梁典典 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

API接口数据来源于大淘客和好单库官网.后端是java编写的,框架采用springboot 2.3.5最新版~典典的小卖部,淘宝客商城系统,flutter编写,flutter入门学习项目, 展开 收起
Dart 等 6 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Dart
1
https://gitee.com/qhblog/flutter_simple_shop.git
git@gitee.com:qhblog/flutter_simple_shop.git
qhblog
flutter_simple_shop
flutter_simple_shop
master

搜索帮助