From 2aed2a15b5c749cca81f3a61092f2c3d64ad829f Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 10 Jul 2023 16:43:32 -0700 Subject: [PATCH] wip deps major-upgrade flutter_local_notifications --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index f33de593e88..d9353b64050 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -426,10 +426,10 @@ packages: dependency: "direct main" description: name: flutter_local_notifications - sha256: "812791d43ccfc1b443a0d39fa02a206fc228c597e28ff9337e09e3ca8d370391" + sha256: "3cc40fe8c50ab8383f3e053a499f00f975636622ecdc8e20a77418ece3b1e975" url: "https://pub.dev" source: hosted - version: "14.1.1" + version: "15.1.0+1" flutter_local_notifications_linux: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5ca1402781f..c802538b490 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,7 +62,7 @@ dependencies: firebase_messaging: ^14.6.3 firebase_core: ^2.14.0 flutter_local_notifications_platform_interface: ^7.0.0+1 - flutter_local_notifications: ^14.1.1 + flutter_local_notifications: ^15.1.0+1 dev_dependencies: flutter_test: