openimsdk / open-im-flutter-demo

Demo developed based on flutter open IM SDK.
https://openim.io
Apache License 2.0
301 stars 205 forks source link

Bug: <flutter build error: Could not GET Core-SDK> #80

Closed mumuan closed 1 year ago

mumuan commented 1 year ago

What happened?

运行Flutter run后,遇到错误: `FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

2: Task failed with an exception.

BUILD FAILED in 3m 35s`

单独访问https://mvn.gt.getui.com/nexus/content/repositories/releases/io/openim/core-sdk/2.3.5-t34/core-sdk-2.3.5-t34.pom 或者https://open-im-online.rentsoft.cn:51000/repository/maven2/io/openim/core-sdk/2.3.5-t34/core-sdk-2.3.5-t34.pom 都访问不到

What did you expect to happen?

可以正常拉取到Core-SDK

How can we reproduce it (as minimally and precisely as possible)?

执行拉取最新版本,Flutter run即可

Anything else we need to know?

No response

version

```console $ {name} version Open-IM-Flutter-Demo Version: 966bb6c1f716b3bde8886333eb3ce90d75205b72 Flutter version: 3.7.3 ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools