Skip to content

build(deps): bump flutter_local_notifications from 19.5.0 to 20.1.0#71

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter_local_notifications-20.1.0
Open

build(deps): bump flutter_local_notifications from 19.5.0 to 20.1.0#71
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter_local_notifications-20.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps 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

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 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.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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Feb 16, 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