flutter 在 android 和 ios 中直接分享到 Whatsapp 和 telegram
我想在 ios 和 android 中直接从 flutter 共享 pdf 文件到 Whatsapp 和 telegram
注 1:Flutter share_plus 软件包无法执行此操作,我想直接分享到 Whatsapp 和 Telegram,无需设备本机应用选择器对话框进行分享。
注意2:我不想使用通用链接,因为我无法使用此方法发送文件,通用链接仅支持文本。
有没有专门用于此目的的包? 如果没有,我如何在 ios 和 android 中为此编写本机代码?
I want share a pdf file from flutter, directly to whatsapp and telegram in ios and android
Note 1: Flutter share_plus package can't do this, I want directly share to whatsapp and telegram without device native appchooser dialog for share.
Note 2: I don't want use universal links, because I can't sent file with this method, universal links only supports text.
Is there any package for this purpose?
If there isn't, How can I write native code for this in ios and android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用此插件共享所有社交媒体平台socioal_share
或者如果想将此插件用于whatsapp,请使用whatsapp_share: ^1.1.1 插件
文本
对于文件
Use this plugin to share all social media platforms socioal_share
Or if want to use this plugin for whatsapp, use the whatsapp_share: ^1.1.1 plugin
For text
For Files