Notification: how can we manage icon and its background color?

Hi,

When I send notification to devices, I expect to have the icon of my app instead of having a white square.
However when I download the code of the app built with FF, the icons ".../mipmap-xxx/ic_launcher.png" are not set correctly (I expect they should come from the Launcher icon in Settings).

I see:
Simply run:
flutter pub run flutter_launcher_icons:main
before running the app for it to appear.


I understand: download the code, and build it yourself. Which is not "no code".

How can I make this with FlutterFlow UI? Possible to build/change mipmap png when we download the apk? Possible to reference an other icon in assets when we send the notification (via cloud function)? Do you see alternatives or workarounds?

Thank you very much,

Benoit

2
3 replies