From 5deffb36cfb3d3557e24e9cf04bb9870972c2061 Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade <32983806+gdelataillade@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:06:54 +0200 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8565353b..33533d20 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ final alarmSettings = AlarmSettings( fadeDuration: 3.0, warningNotificationOnKill: Platform.isIOS, androidFullScreenIntent: true, - notificationActionSettings: const NotificationActionSettings( + notificationSettings: const NotificationSettings( title: 'This is the title', body: 'This is the body', stopButton: true,