颤音 - 如何更改Awesome_notification的背景颜色?

发布于 2025-01-19 19:46:46 字数 100 浏览 0 评论 0原文

我正在使用 Awesome_notification 插件在 flutter 中显示预定通知。一切正常,但通知看起来很简单。它有白色背景和黑色文本。我想知道是否有办法更改通知的背景颜色。

I am using the awesome_notification plugin to show scheduled notifications in flutter. Everything works fine, but the notification is so simple-looking. It has a white background and black text. I wonder if there is a way to change the notification's background color.

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

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

发布评论

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

评论(2

围归者 2025-01-26 19:46:46
   NotificationChannel(
              channelGroupKey: 'basic_tests',
              channelKey: 'basic_channel',
              channelName: 'Basic notifications',
              channelDescription: 'Notification channel for basic tests',
              defaultColor: Color(0xFF9D50DD),
              ledColor: Colors.white,
              importance: NotificationImportance.High
          ),

如果您需要更多说明,请参阅链接

   NotificationChannel(
              channelGroupKey: 'basic_tests',
              channelKey: 'basic_channel',
              channelName: 'Basic notifications',
              channelDescription: 'Notification channel for basic tests',
              defaultColor: Color(0xFF9D50DD),
              ledColor: Colors.white,
              importance: NotificationImportance.High
          ),

If you need more clarification refer the link

倒数 2025-01-26 19:46:46

截至目前,使用 awesome_notification 更改推送通知的背景颜色尚未在软件包中实现。如果您需要更改颜色,可以按照操作

changing the background color of push notification using awesome_notification is not implement yet in the package as on this date. If you need to change the color you can follow this

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