weibo_kit
weibo_kit copied to clipboard
分享图片没出现有图片
以及升级 SDK 了,由于手上木有相应项目测试,只能麻烦你作测试了,记得将测试结果反馈给我,谢谢!
dependencies:
weibo_kit:
git:
url: https://github.com/rxreader/weibo_kit.git
我用例子里的代码分享图片后,也是不会出现图片。然后我改成这样子的代码后,就可以正常分享图片了。 var response = await Dio().get(titleImage, options: Options(responseType: ResponseType.bytes)); await Weibo.instance.shareImage( text: title, imageData: Uint8List.fromList(response.data), );