{"id":42957831,"url":"https://github.com/debuggerx01/flutter_ecommerce_demo","last_synced_at":"2026-01-30T22:33:38.331Z","repository":{"id":217028684,"uuid":"742350113","full_name":"debuggerx01/flutter_ecommerce_demo","owner":"debuggerx01","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-15T13:37:36.000Z","size":19207,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-03T19:21:56.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debuggerx01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-12T09:26:43.000Z","updated_at":"2024-04-28T06:07:30.000Z","dependencies_parsed_at":"2024-01-15T14:41:08.266Z","dependency_job_id":null,"html_url":"https://github.com/debuggerx01/flutter_ecommerce_demo","commit_stats":null,"previous_names":["debuggerx01/flutter_ecommerce_demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/debuggerx01/flutter_ecommerce_demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerx01%2Fflutter_ecommerce_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerx01%2Fflutter_ecommerce_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerx01%2Fflutter_ecommerce_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerx01%2Fflutter_ecommerce_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debuggerx01","download_url":"https://codeload.github.com/debuggerx01/flutter_ecommerce_demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerx01%2Fflutter_ecommerce_demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28921263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-30T22:33:37.794Z","updated_at":"2026-01-30T22:33:38.318Z","avatar_url":"https://github.com/debuggerx01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online demo\n[E-commerce demo](https://www.debuggerx.com/flutter_ecommerce_demo/)\n\n# 功能操作提示\n\n## 登录注册\n\n- demo的登录注册是模拟状态，输入任意合法的邮箱即可，无需密码。\n- 第一此使用的邮箱会自动创建账号。\n- 取邮箱的用户名部分作为昵称在demo中显示\n\n## 购物车和收藏夹\n\n- 点击商品详情页的爱心按钮和加入购物车按钮即可实现相关功能\n- 由于是利用CloudFlare的Workers搭建的后端服务器，国内网络环境下操作可能存在延迟\n- 在收藏夹和购物车列表页面，单击进入商品详情，长按可以删除\n- 收藏商品成功会点亮爱心图标，加入购物车成功会更新按钮角标的数字\n\n## 下单和充值\n\n- 下单后会自动清除购物车内的同一商品\n- 登录后可在个人页面点击模拟充值，输入任意金额即可\n- 下单后商品详情页的销量会更新\n\n## 页面自适应\n\n- 兼容了各种尺寸的屏幕，可以通过更改浏览器窗口尺寸观察效果\n\n# 后端api一览\n\n- [登录注册 /user/login?mail=test@test.com](https://ecommerce-api.debuggerx.com/user/login?mail=test@test.com)\n- [用户信息 /user/info?uid=1](https://ecommerce-api.debuggerx.com/user/info?uid=1)\n- [模拟充值 /user/add_balance?uid=1\u0026amount=1000](https://ecommerce-api.debuggerx.com/user/add_balance?uid=1\u0026amount=1000)\n\n- [首页数据 /home/index](https://ecommerce-api.debuggerx.com/home/index)\n- [商品分类列表 /item/index?category_id=1\u0026last_id=1001](https://ecommerce-api.debuggerx.com/item/index?category_id=1\u0026last_id=1001)\n- [商品详情 /item/detail?item_id=1001](https://ecommerce-api.debuggerx.com/item/detail?item_id=1001)\n\n- [购物车列表 /cart/index?uid=1](https://ecommerce-api.debuggerx.com/cart/index?uid=1)\n- [修改购物车 /cart/update?uid=1\u0026item_id=1001\u0026quantity=2](https://ecommerce-api.debuggerx.com/cart/update?uid=1\u0026item_id=1001\u0026quantity=2)\n\n- [收藏夹列表 /collection/index?uid=1](https://ecommerce-api.debuggerx.com/collection/index?uid=1)\n- [更新收藏夹 /collection/update?uid=1\u0026item_id=1001](https://ecommerce-api.debuggerx.com/collection/update?uid=1\u0026item_id=1001)\n\n- [订单列表 /order/index?uid=1](https://ecommerce-api.debuggerx.com/order/index?uid=1)\n- [下单 /order/add?uid=1\u0026item_id=1001\u0026quantity=2](https://ecommerce-api.debuggerx.com/order/add?uid=1\u0026item_id=1001\u0026quantity=2)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebuggerx01%2Fflutter_ecommerce_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebuggerx01%2Fflutter_ecommerce_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebuggerx01%2Fflutter_ecommerce_demo/lists"}