Skip to content

Latest commit

 

History

History
157 lines (98 loc) · 5.54 KB

README_EN.md

File metadata and controls

157 lines (98 loc) · 5.54 KB

An open source Github client App developed by Flutter,Provide richer functionality and comparison with the same program by other language:

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



GitHub stars GitHub forks GitHub issues GitHub license

Operation instructions

  1. Configure the Flutter development environment (Tag of the current version of Flutter SDK 3.22 ).

  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

3、 Github App Authorization callback URL must be gsygithubapp://authed

4、Be careful

Local Flutter SDK version 3.22 or more. 2. Does the third-party package version in pubspec. yaml correspond to the third-party package version in pubspec. lock?

Download

Apk Link: Apk Link

类型 二维码
Apk
GooglePlay
iOS null

Project Structure

Demo

Third-party framework

Current Flutter SDK version 3.22

功能
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.