# gsy_github_app_flutter **Repository Path**: longge_li/gsy_github_app_flutter ## Basic Information - **Project Name**: gsy_github_app_flutter - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-19 ## 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 **1.20.1** ). 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`
### Third-party framework
>Current Flutter SDK version **1.20.1**
| 库 | 功能 |
| -------------------------- | -------------- |
| **dio** | **net** |
| **shared_preferences** | **local storage** |
| **fluttertoast** | **toast** |
| **flutter_redux** | **redux** |
| **device_info** | **device info** |
| **connectivity** | **network status** |
| **flutter_markdown** | **markdown parse** |
| **json_annotation** | **json** |
| **json_serializable** | **json** |
| **url_launcher** | **intent** |
| **iconfont** | **ttf** |
| **share** | **share** |
| **flutter_spinkit** | **loading** |
| **get_version** | **version** |
| **flutter_webview_plugin** | **webview** |
| **sqflite** | **sqlite** |
| **flutter_statusbar** | **status bar** |
| **flutter_svg** | **svg** |
| **photo_view** | **preview** |
| **flutter_slidable** | **slide view** |
| **flutter_cache_manager** | **cache manager** |
| **path_provider** | **path** |
| **permission_handler** | **permission** |
| **scope_model** | **like redux** |
| **lottie** | **svg** |
| **flare** | **flare** |

### LICENSE
```
CarGuo/GSYGithubAppFlutter is licensed under the
Apache License 2.0
A permissive license whose main conditions require preservation of copyright and license notices.
Contributors provide an express grant of patent rights.
Licensed works, modifications, and larger works may be distributed under different terms and without source code.
```