{"id":13591801,"url":"https://github.com/jayden320/flutter_shuqi","last_synced_at":"2025-05-15T05:05:16.266Z","repository":{"id":41045378,"uuid":"165337713","full_name":"jayden320/flutter_shuqi","owner":"jayden320","description":"高仿书旗小说 Flutter版，支持iOS、Android","archived":false,"fork":false,"pushed_at":"2023-12-18T07:54:08.000Z","size":7812,"stargazers_count":2760,"open_issues_count":15,"forks_count":677,"subscribers_count":76,"default_branch":"master","last_synced_at":"2025-05-15T05:05:02.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","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/jayden320.png","metadata":{"files":{"readme":"README-ZH.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,"dei":null}},"created_at":"2019-01-12T02:34:21.000Z","updated_at":"2025-05-13T09:35:29.000Z","dependencies_parsed_at":"2024-01-14T04:57:35.682Z","dependency_job_id":"269201df-59f3-46c5-a966-9af94a0d6ac7","html_url":"https://github.com/jayden320/flutter_shuqi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayden320%2Fflutter_shuqi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayden320%2Fflutter_shuqi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayden320%2Fflutter_shuqi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayden320%2Fflutter_shuqi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayden320","download_url":"https://codeload.github.com/jayden320/flutter_shuqi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254276446,"owners_count":22043866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-08-01T16:01:02.225Z","updated_at":"2025-05-15T05:05:16.245Z","avatar_url":"https://github.com/jayden320.png","language":"Dart","funding_links":[],"categories":["2023-12-16","Dart"],"sub_categories":[],"readme":"# 高仿书旗小说 Flutter 版\n\nLanguage: [English](README.md) | 中文\n\n如果你对SwiftUI也感兴趣，欢迎关注[swiftui-shuqi-reader](https://github.com/huanxsd/swiftui-shuqi-reader)\n\n##  iOS截图\n\n\u003cimg src=\"https://github.com/huanxsd/flutter_shuqi/blob/master/screenshot/ios_0.png\"\u003e\n\n\u003cimg src=\"https://github.com/huanxsd/flutter_shuqi/blob/master/screenshot/ios_1.png\"\u003e\n\n\u003cimg src=\"https://github.com/huanxsd/flutter_shuqi/blob/master/screenshot/ios_2.png\"\u003e\n\n## Android截图\n\n\u003cimg src=\"https://github.com/huanxsd/flutter_shuqi/blob/master/screenshot/android_0.png\"\u003e\n\n\u003cimg src=\"https://github.com/huanxsd/flutter_shuqi/blob/master/screenshot/android_1.png\"\u003e\n\n\u003cimg src=\"https://github.com/huanxsd/flutter_shuqi/blob/master/screenshot/android_2.png\"\u003e\n\n## 简介\n\n这是一个用Flutter写的书旗小说客户端。\n\n主要实现的功能有：\n* 框架：App常用的Tab框架，UI根据系统字体设定自适应；\n* 书城：3D轮播、菜单、五种通过API配置的卡片样式；\n* 小说详情：导航栏样式切换动效、高斯模糊效果、文字伸缩；\n* 书架：顶部云彩动效、导航栏样式切换动效、书籍展示；\n* 我的：未登录/登录状态切换，菜单展示；\n* 登录：获取验证码、用户登录、用户状态缓存、用户注销；\n* 阅读：文章加载、横向翻页、菜单展示。\n\n所有功能都是用Dart写的，iOS和Android的代码复用率达到了100%\n\n我试着让这个Demo的结构尽量接近实际项目，同时使用比较简单方式去实现功能。这样可以让刚接触Flutter的人更够容易理解代码。\n\nApp中的网络请求均通过一个名为**Request**的工具类。在Request内部，通过**本地mock**方式，获取模拟数据。\n\n## 第三方依赖\n\n* [je_kit](https://github.com/jayden320/je_kit)\n\n## 安装\n\n1. **Clone the repo**\n\n```\n$ git clone https://github.com/huanxsd/flutter_shuqi.git\n$ cd flutter_shuqi\n```\n\n2. **Running:**\n\n```\n$ flutter run\n```\n\n## 联系\n\n如果有任何建议，可以在简书上给我留言\n[简书](https://www.jianshu.com/p/aed5e319b313)\n\n## License\n\nMIT\n\n## 最后\n\n如果你喜欢这个项目，欢迎给我一个star。我将持续更新这个项目   :)\n\n也欢迎在[Github主页](https://github.com/huanxsd)关注我的其他项目。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayden320%2Fflutter_shuqi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayden320%2Fflutter_shuqi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayden320%2Fflutter_shuqi/lists"}