Skip to content

chore(deps)(deps): Bump the notifications group with 2 updates#9

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/notifications-be0002011a
Open

chore(deps)(deps): Bump the notifications group with 2 updates#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/notifications-be0002011a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the notifications group with 3 updates: flutter_local_notifications and timezone.

Updates flutter_local_notifications from 19.5.0 to 20.1.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v20.1.0

  • [iOS] added CarPlay notification support. Thanks to the PR from derrik f
  • [iOS][macOS] the ActiveNotification class now returns values for groupKey property if applicable. This depends on if the threadIdentifier was specified when creating the notification itself. Thanks to the PR from Kwon Tae Hyung
  • [Windows] non-functional change: addressed the use_null_aware_elements linter issue

flutter_local_notifications-v20.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.32.0 and Dart SDK requirement to 3.8.0
  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • showRawXml()
    • zonedScheduleRawXml()
  • [Windows] Breaking changes to align with the main the plugin, the following parameters have been renamed
    • the details parameter in the show() and zonedSchedule() methods has been renamed to notificationDetails
    • the onNotificationReceived in the initialize() method has been renamed to onDidReceiveNotificationResponse
  • [Windows] Breaking change removed the details parameter from the zonedScheduleRawXml() method as it was not actually used. Thanks to the PR from Levi Lesches
  • [Android] updated Java compatibility version to 17
  • [Android] fixed issue #2745 to export the AndroidIcon abstract class
  • Updated readme with information for developers that plan to move to use the UIScene lifecycle
  • Added flutter_lints to apply linter rules

flutter_local_notifications-v20.0.0-dev.4

  • [Android] fixed issue #2745 to export the AndroidIcon abstract class

flutter_local_notifications-v20.0.0-dev.3

  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters

... (truncated)

Commits
  • 4dd0ea7 [various] prepare for 20.1.0 release (#2753)
  • ea2b28e [various] return threadIdentifier via groupKey in getActiveNotifications on i...
  • 20ce99f [flutter_local_notifications] Add CarPlay notification support with IOSInitia...
  • 8bc6781 [various] prepare for 20.0.0 release (#2749)
  • 4e4b9e1 export AndroidIcon abstract class (#2746)
  • 39db99d added credit to named parameters changelog entry (#2741)
  • f341df1 [various] prepare for 20.0.0-dev.3 release (#2740)
  • 096c98b added more named parameters to APIs (#2739)
  • 1080ab9 [flutter_local_notifications] Apply named parameters to platform interface an...
  • b39a0f1 prepare for 20.0.0-dev.2 release (#2733)
  • Additional commits viewable in compare view

Updates timezone from 0.10.1 to 0.11.0

Release notes

Sourced from timezone's releases.

timezone-v0.11.0

Merge into dart-lang/labs monorepo.

Commits

Updates flutter_local_notifications from 20.1.0 to 21.0.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v20.1.0

  • [iOS] added CarPlay notification support. Thanks to the PR from derrik f
  • [iOS][macOS] the ActiveNotification class now returns values for groupKey property if applicable. This depends on if the threadIdentifier was specified when creating the notification itself. Thanks to the PR from Kwon Tae Hyung
  • [Windows] non-functional change: addressed the use_null_aware_elements linter issue

flutter_local_notifications-v20.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.32.0 and Dart SDK requirement to 3.8.0
  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • showRawXml()
    • zonedScheduleRawXml()
  • [Windows] Breaking changes to align with the main the plugin, the following parameters have been renamed
    • the details parameter in the show() and zonedSchedule() methods has been renamed to notificationDetails
    • the onNotificationReceived in the initialize() method has been renamed to onDidReceiveNotificationResponse
  • [Windows] Breaking change removed the details parameter from the zonedScheduleRawXml() method as it was not actually used. Thanks to the PR from Levi Lesches
  • [Android] updated Java compatibility version to 17
  • [Android] fixed issue #2745 to export the AndroidIcon abstract class
  • Updated readme with information for developers that plan to move to use the UIScene lifecycle
  • Added flutter_lints to apply linter rules

flutter_local_notifications-v20.0.0-dev.4

  • [Android] fixed issue #2745 to export the AndroidIcon abstract class

flutter_local_notifications-v20.0.0-dev.3

  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters

... (truncated)

Commits
  • 4dd0ea7 [various] prepare for 20.1.0 release (#2753)
  • ea2b28e [various] return threadIdentifier via groupKey in getActiveNotifications on i...
  • 20ce99f [flutter_local_notifications] Add CarPlay notification support with IOSInitia...
  • 8bc6781 [various] prepare for 20.0.0 release (#2749)
  • 4e4b9e1 export AndroidIcon abstract class (#2746)
  • 39db99d added credit to named parameters changelog entry (#2741)
  • f341df1 [various] prepare for 20.0.0-dev.3 release (#2740)
  • 096c98b added more named parameters to APIs (#2739)
  • 1080ab9 [flutter_local_notifications] Apply named parameters to platform interface an...
  • b39a0f1 prepare for 20.0.0-dev.2 release (#2733)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the notifications group with 3 updates: [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) and [timezone](https://github.com/dart-lang/labs/tree/main/pkgs).


Updates `flutter_local_notifications` from 19.5.0 to 20.1.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v19.5.0...flutter_local_notifications-v20.1.0)

Updates `timezone` from 0.10.1 to 0.11.0
- [Release notes](https://github.com/dart-lang/labs/releases)
- [Commits](https://github.com/dart-lang/labs/commits/timezone-v0.11.0/pkgs)

Updates `flutter_local_notifications` from 20.1.0 to 21.0.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v19.5.0...flutter_local_notifications-v20.1.0)

---
updated-dependencies:
- dependency-name: flutter_local_notifications
  dependency-version: 20.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: notifications
- dependency-name: timezone
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notifications
- dependency-name: flutter_local_notifications
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: notifications
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: dart, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants