hanxu317317 / city_pickers

flutter ios city_pickers
MIT License
374 stars 195 forks source link

Support for flutter 3.10.0? #162

Closed wozyao closed 1 year ago

kj415j45 commented 1 year ago

Fixed by #160.

Consider use git version before new release.

dependencies:
  city_pickers: # FIXME: Use latest version instead after the commit release.
    git:
      url: https://github.com/hanxu317317/city_pickers
      ref: 8a702e52d52e17df9995353748b3dfe088f27de9
liujinwang223 commented 1 year ago

由#160修复。

考虑在新版本发布之前使用 git 版本。

dependencies:
  city_pickers: # FIXME: Use latest version instead after the commit release.
    git:
      url: https://github.com/hanxu317317/city_pickers
      ref: 8a702e52d52e17df9995353748b3dfe088f27de9

获取组件包出错 /Users/liujinwang/Desktop/mycodeLife/flutter/bin/flutter --no-color pub get Resolving dependencies... Git error. Command: git clone --mirror https://github.com/hanxu317317/city_pickers /Users/liujinwang/.pub-cache/git/cache/city_pickers-de96e9095be02fbab77370954633b7d0c17b4ab2 stdout: stderr: Cloning into bare repository '/Users/liujinwang/.pub-cache/git/cache/city_pickers-de96e9095be02fbab77370954633b7d0c17b4ab2'... fatal: unable to access 'https://github.com/hanxu317317/city_pickers/': Failed to connect to github.com port 443 after 75033 ms: Operation timed out exit code: 128

kj415j45 commented 1 year ago

由#160修复。 考虑在新版本发布之前使用 git 版本。

dependencies:
  city_pickers: # FIXME: Use latest version instead after the commit release.
    git:
      url: https://github.com/hanxu317317/city_pickers
      ref: 8a702e52d52e17df9995353748b3dfe088f27de9

获取组件包出错 /Users/liujinwang/Desktop/mycodeLife/flutter/bin/flutter --no-color pub get Resolving dependencies... Git error. Command: git clone --mirror https://github.com/hanxu317317/city_pickers /Users/liujinwang/.pub-cache/git/cache/city_pickers-de96e9095be02fbab77370954633b7d0c17b4ab2 stdout: stderr: Cloning into bare repository '/Users/liujinwang/.pub-cache/git/cache/city_pickers-de96e9095be02fbab77370954633b7d0c17b4ab2'... fatal: unable to access 'https://github.com/hanxu317317/city_pickers/': Failed to connect to github.com port 443 after 75033 ms: Operation timed out exit code: 128

pub 未能从 GitHub 克隆存储库导致,可参考 pub 错误排查 为其配置代理。