Skip to content

Commit e4218b9

Browse files
fix(deps): update dependency flutter_local_notifications to v20.1.0
1 parent 9263e28 commit e4218b9

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

pubspec.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ packages:
165165
dependency: transitive
166166
description:
167167
name: characters
168-
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
168+
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "1.4.0"
171+
version: "1.4.1"
172172
checked_yaml:
173173
dependency: transitive
174174
description:
@@ -418,10 +418,10 @@ packages:
418418
dependency: "direct main"
419419
description:
420420
name: flutter_local_notifications
421-
sha256: "76cd20bcfa72fabe50ea27eeaf165527f446f55d3033021462084b87805b4cac"
421+
sha256: "2b50e938a275e1ad77352d6a25e25770f4130baa61eaf02de7a9a884680954ad"
422422
url: "https://pub.dev"
423423
source: hosted
424-
version: "20.0.0"
424+
version: "20.1.0"
425425
flutter_local_notifications_linux:
426426
dependency: transitive
427427
description:
@@ -442,10 +442,10 @@ packages:
442442
dependency: transitive
443443
description:
444444
name: flutter_local_notifications_windows
445-
sha256: "7ddd964fa85b6a23e96956c5b63ef55cdb9e5947b71b95712204db42ad46da61"
445+
sha256: e97a1a3016512437d9c0b12fae7d1491c3c7b9aa7f03a69b974308840656b02a
446446
url: "https://pub.dev"
447447
source: hosted
448-
version: "2.0.0"
448+
version: "2.0.1"
449449
flutter_localizations:
450450
dependency: "direct main"
451451
description: flutter
@@ -721,18 +721,18 @@ packages:
721721
dependency: transitive
722722
description:
723723
name: matcher
724-
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
724+
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
725725
url: "https://pub.dev"
726726
source: hosted
727-
version: "0.12.17"
727+
version: "0.12.18"
728728
material_color_utilities:
729729
dependency: "direct main"
730730
description:
731731
name: material_color_utilities
732-
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
732+
sha256: "9c337007e82b1889149c82ed242ed1cb24a66044e30979c44912381e9be4c48b"
733733
url: "https://pub.dev"
734734
source: hosted
735-
version: "0.11.1"
735+
version: "0.13.0"
736736
meta:
737737
dependency: transitive
738738
description:
@@ -1262,26 +1262,26 @@ packages:
12621262
dependency: transitive
12631263
description:
12641264
name: test
1265-
sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
1265+
sha256: "54c516bbb7cee2754d327ad4fca637f78abfc3cbcc5ace83b3eda117e42cd71a"
12661266
url: "https://pub.dev"
12671267
source: hosted
1268-
version: "1.26.3"
1268+
version: "1.29.0"
12691269
test_api:
12701270
dependency: transitive
12711271
description:
12721272
name: test_api
1273-
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
1273+
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
12741274
url: "https://pub.dev"
12751275
source: hosted
1276-
version: "0.7.7"
1276+
version: "0.7.9"
12771277
test_core:
12781278
dependency: transitive
12791279
description:
12801280
name: test_core
1281-
sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
1281+
sha256: "394f07d21f0f2255ec9e3989f21e54d3c7dc0e6e9dbce160e5a9c1a6be0e2943"
12821282
url: "https://pub.dev"
12831283
source: hosted
1284-
version: "0.6.12"
1284+
version: "0.6.15"
12851285
timezone:
12861286
dependency: transitive
12871287
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies:
6565
open_filex: ^4.7.0
6666

6767
# Notifications
68-
flutter_local_notifications: 20.0.0
68+
flutter_local_notifications: 20.1.0
6969
just_audio: ^0.10.5
7070
audio_session: ^0.2.2
7171
audio_service: ^0.18.17

0 commit comments

Comments
 (0)