weibo_kit icon indicating copy to clipboard operation
weibo_kit copied to clipboard

分享图片没出现有图片

Open lichao0625 opened this issue 3 years ago • 2 comments

lichao0625 avatar May 27 '21 01:05 lichao0625

以及升级 SDK 了,由于手上木有相应项目测试,只能麻烦你作测试了,记得将测试结果反馈给我,谢谢!

dependencies:
  weibo_kit:
    git:
      url: https://github.com/rxreader/weibo_kit.git

droplet-js avatar Jun 09 '21 12:06 droplet-js

我用例子里的代码分享图片后,也是不会出现图片。然后我改成这样子的代码后,就可以正常分享图片了。 var response = await Dio().get(titleImage, options: Options(responseType: ResponseType.bytes)); await Weibo.instance.shareImage( text: title, imageData: Uint8List.fromList(response.data), );

59050498 avatar Oct 14 '21 15:10 59050498