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
This commit is contained in:
@@ -44,7 +44,7 @@ dependencies:
|
|||||||
google_maps_flutter: ^2.5.0
|
google_maps_flutter: ^2.5.0
|
||||||
google_maps_flutter_web: ^0.5.0
|
google_maps_flutter_web: ^0.5.0
|
||||||
url_launcher: ^6.2.0
|
url_launcher: ^6.2.0
|
||||||
flutter_local_notifications: ^14.1.1
|
flutter_local_notifications: ^13.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user