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
This commit is contained in:
Alan Alonso
2026-05-23 09:57:37 -06:00
parent 98ff822eb7
commit 06f765f35f

View File

@@ -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: