-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monochrome Icon Problem and Compatibility Issues with Older Phones #2528
Comments
Here are the full code, about how i have implemented, my notifications! |
Try making the icon with icon.kitchen website , looks fine for me in Android 11 |
Does the flutter_local_notifications package automatically use the monochromatic logo, when is required? |
@odenath I think not, I tried "@mipmap/ic_launcher or ic_launcher_monochromatic" and you can also use "@drawable/image_name" |
Hi, I'm developing an app and I'm almost finished, but I'm facing an issue with the app icon. I'm using two different packages: flutter_launcher_icons to generate icons and flutter_local_notifications to send notifications from my API.
Here are my configurations:
This setup works fine on my Android tablet running Android 14 with UI 6.11. However, on newer phones that use monochromatic icons (when you scroll down), it only displays a black icon.
Here’s the code snippet I’m using for notification initialization:
Unfortunately, this doesn't work when scrolling down on recent Android versions, including Android 10.
Here’s how it looks on my tablet (working correctly):
And here’s how it appears on an Android 10 device (not working as expected):
This is how it’s supposed to look on modern phones: when you scroll down, the app should display a monochromatic icon. However, in my case, nothing shows up:
I hope someone can help me figure out what’s going wrong!
The text was updated successfully, but these errors were encountered: