gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132 stars 86 forks source link

White Notification Icon Issue #278

Closed synstin closed 2 weeks ago

synstin commented 2 weeks ago

Alarm plugin version 3.1.7 4.0.9

Describe the bug I've encountered an issue with notification icons being forcibly displayed in white, regardless of the configured icon settings.

The issue appears to be consistent across both older (3.1.7) and the latest (4.0.9) versions Custom drawable implementations are also affected by this behavior

Steps to Reproduce

  1. Set up an alarm notification
  2. Wait for the alarm to trigger
  3. Observe the notification icon in the status bar

Current Behavior The notification icon appears in white color only This behavior persists even after: Updating to the latest version (4.0.9) Using custom images placed in the drawable directory

Device info Pixel 8 Pro on Android 15 Pixel 7 Pro on Android 14