Flutter How to show colored Icon instead white color on flutter local notifications?

29 Views Asked by At

Good evening, I'm building notifications with a color icon with that package Flutter_local_notification(https://pub.dev/packages/flutter_local_notifications) The icon is showing white with a blue background color, but I see other applications showing color notifications icon

my app_icon images at this path:

android\app\src\main\res\drawable*

InitializationSettings settings = const InitializationSettings(
  android: AndroidInitializationSettings('app_icon'),
  iOS: DarwinInitializationSettings(),
);

that's example for what I need to do too color image or icon enter image description here

and that's what I get

enter image description here

Thanks in advance for everyone.

0

There are 0 best solutions below