{"id":26022239,"url":"https://github.com/yang7229693/flutter-study","last_synced_at":"2025-03-06T09:54:50.595Z","repository":{"id":45589633,"uuid":"134491078","full_name":"yang7229693/flutter-study","owner":"yang7229693","description":"Flutter Study","archived":false,"fork":false,"pushed_at":"2020-05-27T06:28:45.000Z","size":282,"stargazers_count":2504,"open_issues_count":5,"forks_count":425,"subscribers_count":101,"default_branch":"master","last_synced_at":"2023-12-17T08:40:54.535Z","etag":null,"topics":["flutter","study"],"latest_commit_sha":null,"homepage":null,"language":null,"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/yang7229693.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}},"created_at":"2018-05-23T00:35:23.000Z","updated_at":"2023-12-16T03:20:20.000Z","dependencies_parsed_at":"2022-07-17T01:30:45.078Z","dependency_job_id":null,"html_url":"https://github.com/yang7229693/flutter-study","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang7229693%2Fflutter-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang7229693%2Fflutter-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang7229693%2Fflutter-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang7229693%2Fflutter-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yang7229693","download_url":"https://codeload.github.com/yang7229693/flutter-study/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242187657,"owners_count":20086218,"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":["flutter","study"],"created_at":"2025-03-06T09:54:44.058Z","updated_at":"2025-03-06T09:54:50.569Z","avatar_url":"https://github.com/yang7229693.png","language":null,"readme":"# flutter-study\n\n会持续更新Flutter学习过程中的总结，会在这里发布Flutter相关的文章。\n\n其中post里面包含发布的文章，使用markdown编写，demo中则是文章中的例子工程。欢迎star。\n\n\n## 文章\n\n1. [Flutter - 不一样的跨平台解决方案](https://github.com/yang7229693/flutter-study/blob/master/post/1.%20Flutter%20%E4%B8%8D%E4%B8%80%E6%A0%B7%E7%9A%84%E8%B7%A8%E5%B9%B3%E5%8F%B0%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88.md)\n2. [Flutter Plugin开发流程](https://github.com/yang7229693/flutter-study/blob/master/post/2.%20Flutter%20Plugin%E5%BC%80%E5%8F%91%E6%B5%81%E7%A8%8B.md)\n3. [Flutter 布局详解](https://github.com/yang7229693/flutter-study/blob/master/post/3.%20Flutter%20%E5%B8%83%E5%B1%80%E8%AF%A6%E8%A7%A3.md)\n4. [现有项目中集成Flutter](https://github.com/yang7229693/flutter-study/blob/master/post/7.%20%E5%9C%A8%E7%8E%B0%E6%9C%89%E9%A1%B9%E7%9B%AE%E4%B8%AD%E6%B7%BB%E5%8A%A0Flutter.md)\n5. [Flutter 布局（一）- Container详解](https://github.com/yang7229693/flutter-study/blob/master/post/4.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E4%B8%80%EF%BC%89-%20Container%E8%AF%A6%E8%A7%A3.md)\n6. [Flutter 布局（二）- Padding、Align、Center详解](https://github.com/yang7229693/flutter-study/blob/master/post/5.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E4%BA%8C%EF%BC%89-%20Padding%E3%80%81Align%E3%80%81Center%E8%AF%A6%E8%A7%A3.md)\n7. [Flutter 布局（三）- FittedBox、AspectRatio、ConstrainedBox详解](https://github.com/yang7229693/flutter-study/blob/master/post/6.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E4%B8%89%EF%BC%89-%20FittedBox%E3%80%81AspectRatio%E3%80%81ConstrainedBox%E8%AF%A6%E8%A7%A3.md)\n8. [Flutter 布局（四）- Baseline、FractionallySizedBox、IntrinsicHeight、IntrinsicWidth详解](https://github.com/yang7229693/flutter-study/blob/master/post/8.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E5%9B%9B%EF%BC%89-%20Baseline%E3%80%81FractionallySizedBox%E3%80%81IntrinsicHeight%E3%80%81IntrinsicWidth%E8%AF%A6%E8%A7%A3.md)\n9. [Flutter 布局（五）- LimitedBox、Offstage、OverflowBox、SizedBox详解](https://github.com/yang7229693/flutter-study/blob/master/post/9.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E4%BA%94%EF%BC%89-%20LimitedBox%E3%80%81Offstage%E3%80%81OverflowBox%E3%80%81SizedBox%E8%AF%A6%E8%A7%A3.md)\n10. [Flutter 布局（六）- SizedOverflowBox、Transform、CustomSingleChildLayout详解](https://github.com/yang7229693/flutter-study/blob/master/post/10.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E5%85%AD%EF%BC%89-%20SizedOverflowBox%E3%80%81Transform%E3%80%81CustomSingleChildLayout%E8%AF%A6%E8%A7%A3.md)\n11. [Flutter 布局（七）- Row、Column详解](https://github.com/yang7229693/flutter-study/blob/master/post/11.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E4%B8%83%EF%BC%89-%20Row%E3%80%81Column%E8%AF%A6%E8%A7%A3.md)\n12. [Flutter 布局（八）- Stack、IndexedStack、GridView详解](https://github.com/yang7229693/flutter-study/blob/master/post/12.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E5%85%AB%EF%BC%89-%20Stack%E3%80%81IndexedStack%E3%80%81GridView%E8%AF%A6%E8%A7%A3.md)\n13. [Flutter 布局（九）- Flow、Table、Wrap详解](https://github.com/yang7229693/flutter-study/blob/master/post/13.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E4%B9%9D%EF%BC%89-%20Flow%E3%80%81Table%E3%80%81Wrap%E8%AF%A6%E8%A7%A3.md)\n14. [Flutter 布局（十）- ListBody、ListView、CustomMultiChildLayout详解](https://github.com/yang7229693/flutter-study/blob/master/post/14.%20Flutter%20%E5%B8%83%E5%B1%80%EF%BC%88%E5%8D%81%EF%BC%89-%20ListBody%E3%80%81ListView%E3%80%81CustomMultiChildLayout%E8%AF%A6%E8%A7%A3.md)\n15. [Flutter 布局控件完结篇\n](https://github.com/yang7229693/flutter-study/blob/master/post/15.%20Flutter%20%E5%B8%83%E5%B1%80%E6%8E%A7%E4%BB%B6%E5%AE%8C%E7%BB%93%E7%AF%87.md)\n16. [Flutter 动画详解（一）](https://github.com/yang7229693/flutter-study/blob/master/post/16.%20Flutter%20%E5%8A%A8%E7%94%BB%E8%AF%A6%E8%A7%A3%EF%BC%88%E4%B8%80%EF%BC%89.md)\n17. [Flutter 动画详解（二）](https://github.com/yang7229693/flutter-study/blob/master/post/17.%20Flutter%20%E5%8A%A8%E7%94%BB%E8%AF%A6%E8%A7%A3%EF%BC%88%E4%BA%8C%EF%BC%89.md)\n\n\n## Demo\n\n1. [Flutter 布局详解 Demo工程](https://github.com/yang7229693/flutter-study/tree/master/demo/3.%20Flutter%E5%B8%83%E5%B1%80)\n2. [Flutter布局系列 Demo工程](https://github.com/yang7229693/flutter-study/tree/master/demo/4.%20Flutter%E5%B8%83%E5%B1%80Widget%E4%BB%8B%E7%BB%8D/flutter_layout_demo)\n\n## 其他\n\n[个人博客](http://whysodiao.com)\n\n[掘金专栏](https://juejin.im/user/5ad0162df265da2397074520/posts)\n\n[简书主页](https://www.jianshu.com/u/312aad1f1c8b)","funding_links":[],"categories":["Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyang7229693%2Fflutter-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyang7229693%2Fflutter-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyang7229693%2Fflutter-study/lists"}