From 03b9104dfa284eff2d43f04250ef8e3aa8c7161e 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 2d5f5ab39..ebf257076 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-dev.2 timezone: ^0.9.0 -dependency_overrides: - flutter_local_notifications_linux: - path: ../flutter_local_notifications_linux - dev_dependencies: flutter_driver: sdk: flutter