Open
Description
目前
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
存在问题,详见: flutter/flutter#20809
经测试,目前镜像已经可用(2018-10-18),但是Andoird在编译时需要一些Kotlin的包和第三方包,这里可能存在需要“梯子”的情况,可在项目的android目录下执行 “./gradlew build” 查看包的下载情况
Activity
CarGuo commentedon Aug 7, 2018
[-]代理环境配置,mac[/-][+]项目运行环境配置[/+]CarGuo commentedon Aug 22, 2018
CarGuo commentedon Aug 24, 2018
flutter/flutter#20809
CarGuo commentedon Aug 27, 2018
https://github.com/flutter/flutter/wiki/Using-Flutter-in-China
Reachability
depended upon byconnectivity
#47chenxihub commentedon Sep 7, 2018
接口Http status error [422]
CarGuo commentedon Sep 7, 2018
@joexchen 你需要配置正确你github 申请的应用id和sercet
chenxihub commentedon Sep 8, 2018
配置了的,我能正常登陆GitHub网页端,但是跑起来,就报422
james-bltg commentedon Oct 4, 2018
我也遇到相同的问题,请问你是否已经解决这个问题??
CarGuo commentedon Oct 24, 2018
目前已知442问题是由于 page 请求超出了 数据的最大page 导致的
2 remaining items
q13945951476 commentedon May 10, 2019
大佬帮忙看下呗,什么原因
Error output from CocoaPods:
↳
[!] The version of CocoaPods used to generate the lockfile (1.5.3) is higher than the version of the current executable (1.5.0). Incompatibility issues may arise.
Error running pod install
Error launching application on iPhone XR.
q13945951476 commentedon May 10, 2019
Resolving dependencies of
Podfile
[!] CocoaPods could not find compatible versions for pod "lottie-ios":
In snapshot (Podfile.lock):
lottie-ios (= 2.5.2)
回复:该问题删除 IOS 的 Podfile.lock 文件可解决,如果没能解决尝试升级 CocoaPods
CarGuo commentedon May 10, 2019
@q13945951476 首先确定你flutter packages get 成功了,本地都已经有所有包了,然后再执行,如果还有问题升级下你本地的 pod 命令版本,我刚刚试了clone一个新的执行没有问题
CarGuo commentedon May 29, 2019
#419
flutter packages get 提示 git 失败原因:
比如
win 是在
C:\Users\xxxxx\AppData\Roaming\Pub\Cache
路径下有git
目录,如果存在某次 package get 失败之后,git
下目录会存在,然后出现这个异常。 可以删除 git 目录有重新 flutter packages getmac 目录在
~/.pub-cache
CarGuo commentedon May 29, 2019
#63
ignoreconfigdart 找不到问题
113 remaining items