From dab43a7f302e19026273499ff52128703ca0e9c9 Mon Sep 17 00:00:00 2001 From: Marc Rejohn Castillano Date: Fri, 27 Feb 2026 07:05:08 +0800 Subject: [PATCH] A much more detailed notification --- android/app/src/main/AndroidManifest.xml | 2 +- .../src/main/kotlin/com/example/tasq/App.kt | 8 +- lib/main.dart | 166 ++++++++++++++++-- lib/providers/auth_provider.dart | 1 - lib/providers/notifications_provider.dart | 12 +- lib/providers/tasks_provider.dart | 10 +- lib/screens/tasks/tasks_list_screen.dart | 2 +- lib/screens/tickets/ticket_detail_screen.dart | 16 +- lib/services/notification_service.dart | 2 +- 9 files changed, 178 insertions(+), 41 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9f5f151f..0013493e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -47,7 +47,7 @@ android:value="2" /> + android:value="tasq_custom_sound_channel_3" />