From 21085e33e5205b600fbe061e6b67bf0e9dbdcaf7 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 10 Jul 2023 17:21:30 -0700 Subject: [PATCH] wip use local flutter_local_notifications --- pubspec.lock | 7 +++---- pubspec.yaml | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index d9353b64050..6146e9b80d9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -425,10 +425,9 @@ packages: flutter_local_notifications: dependency: "direct main" description: - name: flutter_local_notifications - sha256: "3cc40fe8c50ab8383f3e053a499f00f975636622ecdc8e20a77418ece3b1e975" - url: "https://pub.dev" - source: hosted + path: "../local-notifications/flutter_local_notifications" + relative: true + source: path version: "15.1.0+1" flutter_local_notifications_linux: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index c802538b490..a9d3f8836b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,7 +62,8 @@ dependencies: firebase_messaging: ^14.6.3 firebase_core: ^2.14.0 flutter_local_notifications_platform_interface: ^7.0.0+1 - flutter_local_notifications: ^15.1.0+1 + flutter_local_notifications: + path: ../local-notifications/flutter_local_notifications dev_dependencies: flutter_test: