RxReader / tencent_kit

Flutter版QQ登录/分享
MIT License
236 stars 64 forks source link

QQ分享的图片无法使用base64字符串,Uri.dataFromBytes(xxx), 会在底层被imageUri.isScheme('file')弹出报错,请教一下如何处理 #97

Open hejiayang-github opened 1 year ago

hejiayang-github commented 1 year ago

TencentKitPlatform.instance.shareImage(scene: TencentScene.kScene_QZone, imageUri: Uri.dataFromBytes(bytes)); assert(imageUri.isScheme('file'));

希望有不先存图片的方案