同款ReactNative版 ( https://github.com/CarGuo/GSYGithubApp )
基于React Native开发,适配Android与IOS。
项目的目的是为方便个人日常维护和查阅Github,更好的沉浸于码友之间的互基,Github就是你的家。
项目同时适合react native的练手学习,覆盖了各种框架的使用,与原生的交互等。
随着项目的使用情况和反馈,将时不时根据更新并完善用户体验与功能优化吗,欢迎提出问题。
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、运行
未发布
- 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的过滤
待发布
待发布
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.