feature/notification-date #49

Merged
v4l3n71n merged 5 commits from feature/notification-date into main 2025-08-27 21:53:18 +00:00
6 changed files with 141 additions and 0 deletions
Showing only changes of commit f9934a0d5d - Show all commits

View File

@@ -921,8 +921,6 @@ class _MyHomePageState extends State<ListItemMenu> {
"Ton évènement '${post.name}' commence dans 1 heure !", "Ton évènement '${post.name}' commence dans 1 heure !",
eventDate: DateTime.parse(post.startDate!), eventDate: DateTime.parse(post.startDate!),
); );
NotificationService.showTestNotification();
} else { } else {
NotificationService.cancel(post.id!); NotificationService.cancel(post.id!);
} }