{"id":18893528,"url":"https://github.com/shgopher/flutterfamily","last_synced_at":"2026-01-08T10:06:08.456Z","repository":{"id":219758598,"uuid":"749839035","full_name":"shgopher/FlutterFamily","owner":"shgopher","description":"包含了：dart语言，flutter 开发的相关知识","archived":false,"fork":false,"pushed_at":"2024-06-01T09:11:10.000Z","size":472,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T12:45:59.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://shgopher.github.io/FlutterFamily","language":"JavaScript","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/shgopher.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.config.js","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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-29T13:57:26.000Z","updated_at":"2024-06-01T09:10:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd1fbac1-c1ac-4d1d-8458-1a17d2eaa722","html_url":"https://github.com/shgopher/FlutterFamily","commit_stats":null,"previous_names":["shgopher/flutterfamily"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2FFlutterFamily","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2FFlutterFamily/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2FFlutterFamily/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shgopher%2FFlutterFamily/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shgopher","download_url":"https://codeload.github.com/shgopher/FlutterFamily/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246308051,"owners_count":20756482,"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-11-08T08:14:10.742Z","updated_at":"2026-01-08T10:06:08.430Z","avatar_url":"https://github.com/shgopher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n * @Author: shgopher shgopher@gmail.com\n * @Date: 2024-01-29 21:57:56\n * @LastEditors: shgopher shgopher@gmail.com\n * @LastEditTime: 2024-06-01 15:29:47\n * @FilePath: /FlutterFamily/README.md\n * @Description: \n * \n * Copyright (c) 2024 by shgopher, All Rights Reserved. \n--\u003e\n\u003cp align=\"left\"\u003e\nhey~，我是科科，目前就职于国内一家互联网公司，你们可以加我\u003ca href=\"#wechat.png\"\u003e微信\u003c/a\u003e，交个朋友吧~\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href='#wechat.png'\n target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=%E7%A7%91%E7%A7%91%E4%BA%BA%E7%A5%9E\u0026message=%E5%85%AC%E4%BC%97%E5%8F%B7\u0026color=\"\u003e\u003c/a\u003e\n\u003ca href=\"https://space.bilibili.com/478621088\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=bilibili\u0026message=b%E7%AB%99\u0026color=blue\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.zhihu.com/people/shgopher\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=zhihu\u0026message=%E7%9F%A5%E4%B9%8E\u0026color=blue\"\u003e\u003c/a\u003e\n\u003ca href=\"https://blog.csdn.net/zyfljxzby\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=csdn\u0026message=CSDN\u0026color=red\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.toutiao.com/c/user/token/MS4wLjABAAAAIGeO1-kCUelF-G8GW3AvJlrEL7tiO24WHJmnX4nV1bs\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=toutiao\u0026message=%E5%A4%B4%E6%9D%A1\u0026color=red\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n添加微信公众号：\u003ca href=\"#wechat.png\"\u003e科科人神\u003c/a\u003e，回复：\n- `面试题`，获取经典面试大全 (巨全，强推，不仅有面试题还有大厂的算法和系统设计原题以及面试技巧等等内容)\n\n- `好友`，可以添加作者的微信好友\n\n## dart\n### 基础语法\n- [hello world](/dart/hello-world)\n- [变量](/dart/变量)\n- [流程控制](./dart/流程控制)\n### 并发\n\n### 项目经验\n\n## flutter\n## 参考资料\n\n## star\n[![Stargazers over time](https://starchart.cc/shgopher/FlutterFamily.svg)](https://starchart.cc/shgopher/FlutterFamily)\n## 证书\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/3.0/\"\u003e\u003cimg alt=\"知识共享许可协议\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/3.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003e本作品采用\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/3.0/\"\u003e知识共享署名 3.0 未本地化版本许可协议\u003c/a\u003e进行许可。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshgopher%2Fflutterfamily","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshgopher%2Fflutterfamily","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshgopher%2Fflutterfamily/lists"}