diff --git a/pubspec.lock b/pubspec.lock index d9353b6405..6146e9b80d 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 c802538b49..a9d3f8836b 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: