Skip to content

Commit b7d430a

Browse files
committed
deps: Upgrade flutter_local_notifications to the latest
(The related flutter_local_notifications_platform_interface plugin is also upgraded to the latest.) After the Flutter upstream commit: flutter/flutter@f23dbc5 a build error related to flutter_local_notifications plugin occurs when trying to run the app on Android. The upgrade to flutter_local_notifications ^7.2.0 version resolves the issue. More about the issue: MaikuB/flutter_local_notifications#2329 Fixes: #771
1 parent 1d24f6d commit b7d430a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,10 @@ packages:
444444
dependency: "direct main"
445445
description:
446446
name: flutter_local_notifications
447-
sha256: "40e6fbd2da7dcc7ed78432c5cdab1559674b4af035fddbfb2f9a8f9c2112fcef"
447+
sha256: ced76d337f54de33d7d9f06092137b4ac2da5079e00cee8a11a1794ffc7c61c6
448448
url: "https://pub.dev"
449449
source: hosted
450-
version: "17.1.2"
450+
version: "17.2.1"
451451
flutter_local_notifications_linux:
452452
dependency: transitive
453453
description:
@@ -460,10 +460,10 @@ packages:
460460
dependency: "direct main"
461461
description:
462462
name: flutter_local_notifications_platform_interface
463-
sha256: "340abf67df238f7f0ef58f4a26d2a83e1ab74c77ab03cd2b2d5018ac64db30b7"
463+
sha256: "85f8d07fe708c1bdcf45037f2c0109753b26ae077e9d9e899d55971711a4ea66"
464464
url: "https://pub.dev"
465465
source: hosted
466-
version: "7.1.0"
466+
version: "7.2.0"
467467
flutter_localizations:
468468
dependency: "direct main"
469469
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ dependencies:
4747
firebase_core: ^3.1.0
4848
firebase_messaging: ^15.0.1
4949
flutter_color_models: ^1.3.3+2
50-
flutter_local_notifications: ^17.0.0
51-
flutter_local_notifications_platform_interface: ^7.0.0+1
50+
flutter_local_notifications: ^17.2.1
51+
flutter_local_notifications_platform_interface: ^7.2.0
5252
html: ^0.15.1
5353
http: ^1.0.0
5454
image_picker: ^1.0.0

0 commit comments

Comments
 (0)