From 8bfff27b96cb792f30cdeb27d486111c635368c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:34:27 +0000 Subject: [PATCH] build(deps): bump flutter_local_notifications from 17.2.4 to 18.0.1 in /packages/altfire_messenger (#108) * build(deps): bump flutter_local_notifications Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 17.2.4 to 18.0.1. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v17.2.4...flutter_local_notifications-v18.0.1) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix(messenger): remove deprecated iOS notification property and update flutter_local_notifications dependency --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: naipaka --- packages/altfire_messenger/lib/src/messenger.dart | 2 -- packages/altfire_messenger/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/altfire_messenger/lib/src/messenger.dart b/packages/altfire_messenger/lib/src/messenger.dart index 08594e4..a625bc1 100644 --- a/packages/altfire_messenger/lib/src/messenger.dart +++ b/packages/altfire_messenger/lib/src/messenger.dart @@ -120,8 +120,6 @@ class Messenger { requestAlertPermission: requestAlertPermission, requestBadgePermission: requestBadgePermission, requestSoundPermission: requestSoundPermission, - // This property is only applicable to iOS versions older than 10. - onDidReceiveLocalNotification: onDidReceiveLocalNotification, ); final macOSInitializationSettings = DarwinInitializationSettings( diff --git a/packages/altfire_messenger/pubspec.yaml b/packages/altfire_messenger/pubspec.yaml index a1f15d9..7cbf073 100644 --- a/packages/altfire_messenger/pubspec.yaml +++ b/packages/altfire_messenger/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: firebase_messaging: ^15.1.3 flutter: sdk: flutter - flutter_local_notifications: ^17.2.2 + flutter_local_notifications: ^18.0.1 timezone: ^0.9.4 dev_dependencies: