1.pod install超时问题
主要是因为github连不上。
在ios/Podfile里第一行增加:source'https://cdn.cocoapods.org/'
从https://raw.hellogithub.com/hosts 下载hosts
即可。
2.下载图片无法显示
ios下载只能在自己的getApplicationDocumentsDirectory()中,
在ios/Runner/Info.plist中增加
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>UISupportsDocumentBrowser</key>
<true/>
那么下载后的图片会在我的文件中显示