Skip to content

Commit

Permalink
build(deps): bump flutter_local_notifications from 17.2.4 to 18.0.1 i…
Browse files Browse the repository at this point in the history
…n /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](MaikuB/flutter_local_notifications@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] <[email protected]>

* fix(messenger): remove deprecated iOS notification property and update flutter_local_notifications dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: naipaka <[email protected]>
  • Loading branch information
dependabot[bot] and naipaka authored Dec 2, 2024
1 parent 85dcf8a commit 8bfff27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/altfire_messenger/lib/src/messenger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion packages/altfire_messenger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bfff27

Please sign in to comment.