Skip to content

chore(deps): bump flutter_local_notifications, intl, timezone and meta - #770

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/develop/multi-2c968e0f32
Open

chore(deps): bump flutter_local_notifications, intl, timezone and meta#770
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/develop/multi-2c968e0f32

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps flutter_local_notifications, intl, timezone and meta. These dependencies needed to be updated together.
Updates flutter_local_notifications from 20.1.0 to 22.3.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v22.3.0

  • [Android][iOS][macOS] added openAppNotificationSettings() method. This opens the system settings UI where the user can manage notification permissions for the app. When not possible, on iOS, it opens the application's settings on iOS and on macOS, it opens the system settings notification pane. Thanks to the PR from hamadcc

flutter_local_notifications-v22.2.0

  • [Android][iOS][macOS] added support for callbacks to fire when a notification has been dismissed. This requires opting in by where the key requirements is to make use of the dismissIsolate property added to the AndroidNotificationDetails and DarwinNotificationDetails class. This indicates which isolate should be used to handle when a notification has been dismissed. Note on macOS, there is no support for background isolates so callback will always fire on the main isolate despite what is specified. Please see example app for more details on how to set up handling dismissals. Thanks to the PR from from Vasily Laushkin
  • [iOS] fixed issue #2807 where the manifest for SPM incorrectly declared the minimum iOS version is 11 when it should have been 13. Thanks to the PR from Bizzwell

flutter_local_notifications-v22.1.0

  • [Android] added support for showBigPictureWhenCollapsed in BigPictureStyleInformation. Thanks to the PR from hiimax (Codematic)
  • [iOS][macOS] improved SPM compatibility
  • Migrated example app to use SPM and removed Cocoapods integration
  • Fixed API docs of NotificationResponseType.selectedNotificationAction. Thanks to the PR from fush1m1

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

... (truncated)

Commits
  • b475bc8 [various] added macOS implementation of openAppNotificationSettings() (#2812)
  • fd48e8c Clang Format
  • 1492de5 [flutter_local_notifications] Add openAppNotificationSettings() for Android a...
  • 2f9c5a9 prepare for 22.2.0 release (#2809)
  • 46133c8 Google Java Format
  • ca41f01 [various] Add support for notification dismissed callbacks (#2790)
  • 3208914 [flutter_local_notifications] raise iOS minimum to 13.0 in Package.swift to m...
  • 5599fce [flutter_local_notifications] migrated example app to use SPM (#2803)
  • ec69bf3 prepare for platform interface 12.0.1 release (#2804)
  • 2a51ce0 added references to FlutterFramework (#2802)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates timezone from 0.10.1 to 0.11.1

Release notes

Sourced from timezone's releases.

package:timezone v0.11.1

  • Specify Etc/UTC as the default timezone (replaces UTC)

timezone-v0.11.0

Merge into dart-lang/labs monorepo.

Commits

Updates meta from 1.18.0 to 1.19.0

Changelog

Sourced from meta's changelog.

1.19.0 - 2016-08-26

Language changes

  • The language now allows a trailing comma after the last argument of a call and the last parameter of a function declaration. This can make long argument or parameter lists easier to maintain, as commas can be left as-is when reordering lines. For details, see SDK issue 26644.

Tool Changes

  • dartfmt - upgraded to v0.2.9+1

    • Support trailing commas in argument and parameter lists.
    • Gracefully handle read-only files.
    • About a dozen other bug fixes.
  • Pub

    • Added a --no-packages-dir flag to pub get, pub upgrade, and pub downgrade. When this flag is passed, pub will not generate a packages/ directory, and will remove that directory and any symlinks to it if they exist. Note that this replaces the unsupported --no-package-symlinks flag.

    • Added the ability for packages to declare a constraint on the [Flutter][] SDK:

      environment:
        flutter: ^0.1.2
        sdk: >=1.19.0 <2.0.0

      A Flutter constraint will only be satisfiable when pub is running in the context of the flutter executable, and when the Flutter SDK version matches the constraint.

    • Added sdk as a new package source that fetches packages from a hard-coded SDK. Currently only the flutter SDK is supported:

      dependencies:
        flutter_driver:
          sdk: flutter
          version: ^0.0.1

      A Flutter sdk dependency will only be satisfiable when pub is running in

... (truncated)

Commits
  • c38a8d1 Extend Future.then inference to subclasses
  • 0e12dbf fixes #27113, future.then shouldn't disable upwards block inference
  • 47f1415 Type check field initializers in the correct context.
  • 1c81fe7 Fix calling object methods and properties on function types
  • 3f95c3e Ignore any missing dependencies while linking in PubSummaryManager.
  • 5bfd6e6 Add PubSummaryManager.computeUnlinkedForFolder() for Flutter.
  • efb961c Create a way to find SDK extensions and integrate it
  • e31e775 Move summary inspection code out of pkg/analyzer/lib.
  • b7a0a42 Add --bazel-paths option to dart2js entrypoint.
  • b3a38bd fix #27088, future then upwards inference
  • 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 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), [intl](https://github.com/dart-lang/i18n/tree/main/pkgs), [timezone](https://github.com/dart-lang/labs/tree/main/pkgs) and [meta](https://github.com/dart-lang/sdk/tree/main/pkg). These dependencies needed to be updated together.

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

Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

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

Updates `meta` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.19.0/pkg)

---
updated-dependencies:
- dependency-name: flutter_local_notifications
  dependency-version: 22.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: timezone
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: meta
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 21, 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