Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Type Update Change
flutter_local_notifications (source) dependencies major ^19.1.020.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

MaikuB/flutter_local_notifications (flutter_local_notifications)

v20.0.0

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

1 participant