CarGuo / gsy_github_app_flutter

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
https://juejin.im/user/582aca2ba22b9d006b59ae68/posts
Apache License 2.0
14.82k stars 2.55k forks source link

something wrong when debug in vs code #32

Closed MyateJx closed 6 years ago

MyateJx commented 6 years ago

Your application could not be compiled, because its dependencies could not be established. The following Dart file: D:\Projects\flutterDemos\GSYGithubAppFlutter\lib\common\dao\UserDao.dart ...refers, in an import, to the following library: D:\Projects\flutterDemos\GSYGithubAppFlutter\lib\common\config\ignoreConfig.dart Unfortunately, that library does not appear to exist on your file system.

CarGuo commented 6 years ago

it had ignore, you need create ignoreConfig.dart in lib/common/config/ ,and input your Github client_id andclient_secret,which your register from githubApp : https://github.com/settings/applications/new

MyateJx commented 6 years ago

@CarGuo it is a pity that i'm new comer on Flutter and can not solve it, it seems that some dependencies were outdated ... https://upload-images.jianshu.io/upload_images/57036-c4ac9783728a9b2c.png

CarGuo commented 6 years ago

you must register a applications from github https://github.com/settings/applications/new

ignoreConfig.dart.zip

take your Github client_id and client_secret,then put the ignoreConfig.dart to dirs like below :

2018-08-20 8 52 55
CarGuo commented 6 years ago

5b7b72e0e4b0e7b6f15f731b

you must confirm ignoreConfig.dart is exist. local flutter sdk version is v0.5.8.

MyateJx commented 6 years ago

@CarGuo thanks anyway, i'll try.