如何将whatsapp聊天导出到颤音应用程序中?

发布于 2025-02-06 03:39:54 字数 125 浏览 2 评论 0原文

我尝试使用WhatsApp共享插件,这有助于导出WhatsApp聊天。 但这只是行不通。 我正在尝试导出聊天,但是该应用程序无法响应股票意图。 如果我们在其他地方导出聊天,然后使用.txt文件共享给我的应用程序。 我该如何解决这个问题。

I have tried using the WhatsApp share plugin, which helps export WhatsApp chat.
But it just doesn't work.
I am trying to export the chats but the app doesn't respond to the share intent.
If we export the chat somewhere else and then use the .txt file to share to my app it works.
How can I solve this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷︶言冷语的世界 2025-02-13 03:39:55

检查 recection_whatsapp_chat package

pongage IT启用Flutter Apps可以从WhatsApp中接收聊天,并且它对Android和Android和iOS都有效。


示例:

@override
void receiveChatContent(ChatContent chatContent) {
  // TODO: implement receiveChatContent
}

Check receive_whatsapp_chat package

It enables flutter apps to receive chats from WhatsApp and it is working for both Android and IOS.

android_example
ios_example

Example:

@override
void receiveChatContent(ChatContent chatContent) {
  // TODO: implement receiveChatContent
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文