如何在whatsapp或其他地方分享带有文本的图像?

Posted

技术标签:

【中文标题】如何在whatsapp或其他地方分享带有文本的图像?【英文标题】:how to share image with text in flutter on whatsapp or else? 【发布时间】:2021-04-12 10:49:11 【问题描述】:

我使用此代码从 mysql 数据库中获取图像并将它们显示在容器上。你能指导我如何用文字分享这张图片吗?或者我需要使用什么插件。

        Image image;

        showImage(String image)
        return Image.memory(base64.decode(image), fit: BoxFit.fill,);
        

        //show in Container

        Container(
        padding: EdgeInsets.all(10),
        width: MediaQuery.of(context).size.width * 0.8,
        height: MediaQuery.of(context).size.height * 0.3,
        color: Colors.white,
        child: showImage(widget.product_detail_pictue),
        ),
        

        child: image = showImage(product.image)),

        it also show image but failed to share.

【问题讨论】:

【参考方案1】:

您可以使用Share 包。`

它允许您通过平台的共享对话框共享来自 Flutter 应用的内容。

【讨论】:

以上是关于如何在whatsapp或其他地方分享带有文本的图像?的主要内容,如果未能解决你的问题,请参考以下文章

如何使用Android Intent System在whatsapp上分享最少n人的文本

通过WhatsApp分享PDF

通过分享意图分享图像到 Whatsapp

如何使用 UIActivityController 在 whatsapp 上共享文本和图像(两者):Objective C?

在 iOS 中与文本共享图像

iOS将图像添加到文本字段