0

I'm using 'flutter_background_service' package with Flutter to run a service in the background, when setting up the I need to configure the Notification Channel.

The notification is now being shown but the title and description I set but the App icon is different than my App icon; how can fix this and make it show my real app icon?

Text

Salar Azad
  • 41
  • 2
  • 9
  • 1
    https://pub.dev/packages/flutter_background_service#android To change notification icon, just add drawable icon with name ic_bg_service_small. read also th warning – pmatatias Jul 25 '23 at 09:06
  • should this icon be of .png extension? and should I place it in 'assets' folder or in one of 'res' directory folders? – Salar Azad Jul 25 '23 at 09:17

0 Answers0