From 06f765f35fe469022a546aed4e9be2fc9effe165 Mon Sep 17 00:00:00 2001 From: Alan Alonso Date: Sat, 23 May 2026 09:57:37 -0600 Subject: [PATCH] fix: downgrade flutter_local_notifications to stable version v16.3.3 has Android compilation issue with bigLargeIcon ambiguity v14.1.1 is stable and compatible --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9d47b6b..7422620 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: ^16.1.0 + flutter_local_notifications: ^14.1.1 dev_dependencies: flutter_test: