RxReader / tencent_kit

Flutter版QQ登录/分享
MIT License
235 stars 63 forks source link

请问个问题,,分享的网页的话如何加入一个图片我看imageUri这个参数我要加载网络图片如何处理或是加载本地image图片怎么处理 #17

Open luyi-word opened 4 years ago

luyi-word commented 4 years ago

_tencent.shareWebpage( scene: TencentScene.SCENE_QQ, title: data['title'], targetUrl:data['targetUrl'], summary:data['summary'], // imageUri:'http://souky.107.dev.eol.com.cn/app/upload/transaction.png', imageUri:uri, // imageUri: Uri.http('12','2'), );

droplet-js commented 4 years ago

本地图和网络图都支持

luyi-word commented 4 years ago

这个怎么写呀

hejiayang-github commented 10 months ago

Uri如何加载base64位图片String呢?