Skip to content

Bump flutter_local_notifications from 19.5.0 to 22.0.1 - #293

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/develop/flutter_local_notifications-22.0.1
Open

Bump flutter_local_notifications from 19.5.0 to 22.0.1#293
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/develop/flutter_local_notifications-22.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps flutter_local_notifications from 19.5.0 to 22.0.1.

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v22.0.1

  • [Windows] Suppress warning around usage of experimental coroutines. This is to fix issue #2777

flutter_local_notifications-v22.0.0

  • [Android] calling the requestNotificationPolicyAccess() method belonging to the AndroidFlutterLocalNotificationsPlugin class will now highlight associated application. Thanks to the PR from Claudius Kienle
  • [Web] added web platform support. Thanks to the initial PR from Levi Lesches and completion by Gaurav
  • [Windows] when calling periodicallyShow() the message when the UnsupportedError is thrown has been updated to say Windows devices cannot periodically show notifications instead. This has happened as a result of shifting the responsibility of reporting the UnsupportedError so it is done by flutter_local_notifications_windows instead of flutter_local_notifications
  • [Windows] bumped xml dependency so that supported range is >=6.5.0 <8.0.0
  • Fixed missing code formatting in the Notification Actions configuration section. Thanks to the PR from Matias de Andrea

flutter_local_notifications-v22.0.0-dev.3

  • [Android] calling the requestNotificationPolicyAccess() method belonging to the AndroidFlutterLocalNotificationsPlugin class will now highlight associated application. Thanks to the PR from Claudius Kienle
  • [Windows] bumped xml dependency so that supported range is >=6.5.0 <8.0.0

flutter_local_notifications-v22.0.0-dev.2

  • [Web] Breaking change renamed the details parameter associated with the show() method to notificationDetails. This was done to be consistent with other APIs across all of the platforms
  • [Web] Breaking changes removed the hasPermission and isPermissionDenied boolean properties associated with the WebFlutterLocalNotificationsPlugin class. This was done to simplify the plugin as the permissionStatus property already exists and can be used
  • [Web] Fixed an issue where isSupported property in the WebFlutterLocalNotificationsPlugin was not exposed

flutter_local_notifications-v22.0.0-dev.1

  • [Web] added web platform support. Thanks to the initial PR from Levi Lesches and completion by Gaurav
  • [Windows] when calling periodicallyShow() the message when the UnsupportedError is thrown has been updated to say Windows devices cannot periodically show notifications instead. This has happened as a result of shifting the responsibility of reporting the UnsupportedError so it is done by flutter_local_notifications_windows instead of flutter_local_notifications

flutter_local_notifications-v21.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.38.1 and Dart SDK requirement to 3.10.0. Consequently the minimum OS requirements for each platform has been updated as well
    • [Android] minimum Android version is now 7.0 (API level 24)
    • [iOS] minimum iOS version is now 13
    • [macOS] minimum macOS version is now 10.15
  • Bumped timezone dependency
  • [Android] Breaking change bumped compileSdk to 36 and updated readme to mention this
  • [Android] bumped Android Gradle Plugin (AGP) to 8.11.1
  • Migrated example app to UIScene lifecycle
  • Updated readme to specify changes needed for applications that have migrated to UIScene lifecycle
  • Updated iOS-specific setup around registering UNUserNotificationCenterDelegate to remove redundant available check and to be more specific that it should be done in the application:didFinishLaunchingWithOptions: method
  • Bumped flutter_timezone dependency in example app

flutter_local_notifications-v21.0.0-dev.2

  • Migrated example app to UIScene lifecycle
  • Updated readme to specify changes needed for applications that have migrated to UIScene lifecycle
  • Updated iOS-specific setup around registering UNUserNotificationCenterDelegate to remove redundant available check and to be more specific that it should be done in the application:didFinishLaunchingWithOptions: method
  • Bumped flutter_timezone dependency in example app

flutter_local_notifications-v21.0.0-dev.1

  • Breaking change bumped minimum Flutter SDK requirement to 3.38.1 and Dart SDK requirement to 3.10.0.Consequently the minimum OS requirements for each platform has been updated as well
    • [Android] minimum Android version is now 7.0 (API level 24)
    • [iOS] minimum iOS version is now 13
    • [macOS] minimum macOS version is now 10.15
  • Bumped timezone dependency
  • [Android] Breaking change bumped compileSdk to 36 and updated readme to mention this
  • [Android] bumped Android Gradle Plugin (AGP) to 8.11.1

... (truncated)

Commits
  • 56cb862 [various] suppress experimental coroutine deprecation warnings showing up for...
  • e67b223 added changelog entry on platform interface dependency bump (#2783)
  • d4e7927 [various] prepare for 22.0.0 stable release (#2782)
  • 6f2d72b updated .gitignore settings (#2779)
  • d514b4f docs: improve format (#2778)
  • 560d487 [various] prepare for 22.0.0-dev.3 release (#2776)
  • 70bc077 [flutter_local_notifications] highlight app row when opening DND access setti...
  • b35b35b Bump xml from 6.6.1 to 7.0.1 in /flutter_local_notifications_windows (#2774)
  • d50f5d7 [various] prepare for 22.0.0-dev.2 release (#2772)
  • d9a0764 [flutter_local_notifications_web] update README snippets to use web-specific ...
  • 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 22.0.1.
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v19.5.0...flutter_local_notifications-v22.0.1)

---
updated-dependencies:
- dependency-name: flutter_local_notifications
  dependency-version: 22.0.1
  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 Jul 4, 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