Skip to content

超完整的Flutter项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://g…

License

Notifications You must be signed in to change notification settings

everfire130/GSYGithubAppFlutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一款跨平台的开源Github客户端App,提供更丰富的功能,更好体验,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验~~Σ( ̄。 ̄ノ)ノ。

同款ReactNative版 ( https://github.com/CarGuo/GSYGithubApp

基于React Native开发,适配Android与IOS。

项目的目的是为方便个人日常维护和查阅Github,更好的沉浸于码友之间的互基,Github就是你的家。

项目同时适合react native的练手学习,覆盖了各种框架的使用,与原生的交互等。

随着项目的使用情况和反馈,将时不时根据更新并完善用户体验与功能优化吗,欢迎提出问题。

GitHub stars GitHub forks GitHub issues GitHub license

编译运行流程

1、配置好Flutter开发环境,可参阅 【搭建环境】

2、clone代码,执行Packages get安装第三方宝

3、你需要自己在lib/common/config/目录下 创建一个ignoreConfig.dart文件,然后输入你申请的Github client_id 和 client_secret。

 class NetConfig {
   static const CLIENT_ID = "xxxx";
 
   static const CLIENT_SECRET = "xxxxxxxxxxx";
 }

  注册 Github APP 传送门,当然,前提是你现有一个github账号(~ ̄▽ ̄)~ 。

4、运行

下载

Apk下载链接:未发布

Apk二维码

未发布

示例图片

第三方框架

  • dio(网络框架)
  • shared_preferences(本地数据缓存)
  • fluttertoast(toast)
  • flutter_redux(redux)
  • device_info(设备信息)
  • connectivity(网络链接)
  • flutter_markdown:(markdown解析)
  • json_annotation(json模板)
  • json_serializable(json模板)
  • iconfont(字库图标)

进行中:

  • IOS未测试
  • 主页drawer:关于、个人信息
  • 仓库的: 动态的背景头像|版本|tag| 浏览器打开|下载、复制克隆间接|分享
  • commonList的过滤

常见问题

待发布

相关文章

待发布

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.

About

超完整的Flutter项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://g…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 92.8%
  • HTML 5.6%
  • CSS 0.9%
  • Ruby 0.3%
  • Kotlin 0.3%
  • Swift 0.1%