From afd8cb7a740e8bec638803867c1cee4c92b60967 Mon Sep 17 00:00:00 2001 From: Kristen McWilliam <9575627+Merrit@users.noreply.github.com> Date: Tue, 16 May 2023 13:51:25 -0400 Subject: [PATCH] fix: remove unneccessary dependency_overrides --- flutter_local_notifications/pubspec.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flutter_local_notifications/pubspec.yaml b/flutter_local_notifications/pubspec.yaml index 94986b9be..5b506d3f5 100644 --- a/flutter_local_notifications/pubspec.yaml +++ b/flutter_local_notifications/pubspec.yaml @@ -14,10 +14,6 @@ dependencies: flutter_local_notifications_platform_interface: ^7.0.0 timezone: ^0.9.0 -dependency_overrides: - flutter_local_notifications_linux: - path: ../flutter_local_notifications_linux - dev_dependencies: flutter_driver: sdk: flutter