From 09f13869074604f76c74e0802887d8e5a878fdae Mon Sep 17 00:00:00 2001 From: Alan Alonso Date: Sat, 23 May 2026 10:03:32 -0600 Subject: [PATCH] fix: downgrade flutter_local_notifications to v13.0.0 v14+ has Android compilation issues with BigPictureStyle ambiguity v13.0.0 is stable and resolves the conflict --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7422620..b3062a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: google_maps_flutter: ^2.5.0 google_maps_flutter_web: ^0.5.0 url_launcher: ^6.2.0 - flutter_local_notifications: ^14.1.1 + flutter_local_notifications: ^13.0.0 dev_dependencies: flutter_test: