We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
以及升级 SDK 了,由于手上木有相应项目测试�,只能麻烦你作测试了,记得将测试结果反馈给我,谢谢!
dependencies: weibo_kit: git: url: https://github.com/rxreader/weibo_kit.git
Sorry, something went wrong.
我用例子里的代码分享图片后,也是不会出现图片。然后我改成这样子的代码后,就可以正常分享图片了。 var response = await Dio().get(titleImage, options: Options(responseType: ResponseType.bytes)); await Weibo.instance.shareImage( text: title, imageData: Uint8List.fromList(response.data), );
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: