在 Android 上使用 Flutter 以编程方式发送 WhatsApp 消息

时间:2021-07-11 11:31:01

标签: android flutter android-intent android-accessibility

我们如何在 Flutter 中实现这一点?我希望无需按“发送”按钮即可发送消息

到目前为止,我只能将消息粘贴到 WhatsApp EditText 字段中。

  if(await canLaunch(url)) {
    await launch(url);
  }

我看到有人使用原生 Android 的辅助功能 API 实现了这一点。但是我们如何在 Flutter 中做到这一点呢?甚至有可能吗?

0 个答案:

没有答案