[Android] Added notification icon

This commit is contained in:
PartyDonut 2024-10-11 12:22:53 +02:00
parent 67793b0f13
commit 663789ecab
8 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View file

@ -5,6 +5,7 @@ icons_launcher:
adaptive_foreground_image: "icons/fladder_icon.png" adaptive_foreground_image: "icons/fladder_icon.png"
adaptive_background_color: "#3a2101" adaptive_background_color: "#3a2101"
adaptive_monochrome_image: "icons/fladder_adaptive_icon.png" adaptive_monochrome_image: "icons/fladder_adaptive_icon.png"
notification_image: icons/fladder_notification_icon.png
enable: true enable: true
ios: ios:
image_path: "icons/fladder_store_icon.jpg" image_path: "icons/fladder_store_icon.jpg"

View file

@ -6,7 +6,6 @@ AudioServiceConfig get audioServiceConfig => const AudioServiceConfig(
androidNotificationChannelName: 'Video playback', androidNotificationChannelName: 'Video playback',
androidNotificationOngoing: true, androidNotificationOngoing: true,
androidStopForegroundOnPause: true, androidStopForegroundOnPause: true,
// androidNotificationIcon: "mipmap/ic_notification_icon",
rewindInterval: Duration(seconds: 10), rewindInterval: Duration(seconds: 10),
fastForwardInterval: Duration(seconds: 15), fastForwardInterval: Duration(seconds: 15),
androidNotificationChannelDescription: "Playback", androidNotificationChannelDescription: "Playback",