# GSYGithubAppFlutter **Repository Path**: timy_teng/GSYGithubAppFlutter ## Basic Information - **Project Name**: GSYGithubAppFlutter - **Description**: 超完整的Flutter项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin - **Primary Language**: Dart - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 138 - **Created**: 2021-03-18 - **Last Updated**: 2021-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  ## An open source Github client App developed by Flutter,Provide richer functionality and comparison with the same program by other language: [](https://item.jd.com/12883054.html) * ### Weex Version ( https://github.com/CarGuo/GSYGithubAppWeex ) * ### ReactNative Version ( https://github.com/CarGuo/GSYGithubApp ) * ### Android Kotlin Version( https://github.com/CarGuo/GSYGithubAppKotlin ) ``` Based on Flutter development, it adapts Android and IOS. At present, the first edition is in continuous improvement. The purpose of the project is to facilitate personal daily maintenance and access to Github, better immerse in the mutual base between coders, Github is your home. The project is also suitable for Flutter's hands-on learning, covering the use of various frameworks, interaction with native students and so on. With the use and feedback of the project, will user experience and function optimization be updated and improved from time to time? Welcome to ask questions. ``` -----  ## Chinese Articles - ## [Flutter 完整实战实战系列文章专栏](https://juejin.im/collection/5db25bcff265da06a19a304e) - ## [Flutter 番外的世界系列文章专栏](https://juejin.im/collection/5db25d706fb9a069f422c374) ---- - ## [Flutter 独立简单学习演示项目](https://github.com/CarGuo/gsy_flutter_demo) - ## [Flutter 完整开发实战详解 Gitbook 预览下载](https://github.com/CarGuo/gsy_flutter_book) - ## [所有运行问题请点击这里](https://github.com/CarGuo/gsy_github_app_flutter/issues/13) ---- [](https://github.com/CarGuo/GSYGithubAppFlutter/stargazers) [](https://github.com/CarGuo/GSYGithubAppFlutter/network) [](https://github.com/CarGuo/GSYGithubAppFlutter/issues) [](https://github.com/CarGuo/GSYGithubAppFlutter/blob/master/LICENSE) ### Operation instructions 1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **2.0** ). 2. Clone code, execute `Packages get'to install third-party packages. > ### 3. Emphasis: You need to create a `ignoreConfig.dart'file in the lib/common/config/directory by yourself, and then enter the Github client_id and client_secret you applied for. class NetConfig { static const CLIENT_ID = "xxxx"; static const CLIENT_SECRET = "xxxxxxxxxxx"; } [ Register Github APP ](https://github.com/settings/applications/new) 。 ### 3、 Github App Authorization callback URL must be `gsygithubapp://authed`