Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps flutter_local_notifications from 19.5.0 to 20.0.0.

Release notes

Sourced from flutter_local_notifications's releases.

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
    • 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

... (truncated)

Commits
  • 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)
  • cc5661a [flutter_local_notifications] updated Java compatibility version to 17 (#2732)
  • aa0ce88 [flutter_local_notifications_windows] bumped ffigen and regenerated bindings ...
  • f9f6ee5 [various] switched to use flutter_lints (#2728)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 19.5.0 to 20.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.0.0)

---
updated-dependencies:
- dependency-name: flutter_local_notifications
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants