Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter 颤振条纹支付:classpath_Flutter_Stripe Payments - Fatal编程技术网

Flutter 颤振条纹支付:classpath

Flutter 颤振条纹支付:classpath,flutter,stripe-payments,Flutter,Stripe Payments,我正在尝试将stripe支付与Flatter集成 我补充说 stripe_payment: ^1.0.7 在pubspec.yml中 我使用的是颤振(通道稳定,v1.17.0,在Mac OS X 10.15.2 19C57上 我得到以下错误 Could not resolve all artifacts for configuration ':stripe_payment:classpath'. > Could

我正在尝试将stripe支付与Flatter集成 我补充说

stripe_payment: ^1.0.7
在pubspec.yml中 我使用的是颤振(通道稳定,v1.17.0,在Mac OS X 10.15.2 19C57上

我得到以下错误

 Could not resolve all artifacts for configuration ':stripe_payment:classpath'.                                   
   > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70.                                           
     Required by:                                                                                                  
         project :stripe_payment                                                                                   
      > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70.                                        
         > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.70/kotlin-gradle-plugin-1.3.70.pom'.
            > Could not GET 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.70/kotlin-gradle-plugin-1.3.70.pom'.
               > Connect to jcenter.bintray.com:443 [jcenter.bintray.com/54.148.239.199, jcenter.bintray.com/52.36.128.157, jcenter.bintray.com/35.161.162.245, jcenter.bintray.com/52.88.32.158] failed: connect timed out
> Could not get unknown property 'android' for project ':stripe_payment' of type org.gradle.api.Project. 

感谢所有帮助。我通过更改网络解决了此问题。我连接到另一个网络并成功构建了应用程序。

感谢所有帮助。我通过更改网络解决了此问题。我连接到另一个网络并成功构建了应用程序。

您可能遇到了与您可能遇到的问题相同的问题同一问题