Flutter 通知显示为 shadow/gray

Flutter Notification shows as shadow/gray

我使用 Firebase 作为我的通知处理程序,并且通知图像与 IOS 配合得很好。出于某种原因,在某些 android 设备中,通知图像似乎显示徽标的形状但只是灰色。

到目前为止,这是我尝试过的:

  1. 在 AndroidManifest.xml

    中使用 mipmap 和 drawable 作为我的元数据资源
  2. 已创建 /android/app/src/main/res/raw/keep.xml

    <?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools" tools:keep="@drawable/*" />

  3. 确保通知图片透明

用于通知的图标必须是 white-colored 并且背景是透明的,否则它会显示一个 grey-colored 框。

如需更多帮助,请查看这篇文章https://medium.com/nonstopio/change-the-firebase-notification-icon-in-a-flutter-245b7f7dc546