You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because patapata_apple_push_notifications >=1.1.0 depends on patapata_core ^1.1.0 which depends on package_info_plus ^6.0.0, patapata_apple_push_notifications >=1.1.0 requires package_info_plus ^6.0.0.
So, because flutter_webrtc_app depends on both package_info_plus ^8.0.3 and patapata_apple_push_notifications ^1.1.1, version solving failed.
The text was updated successfully, but these errors were encountered:
Moncader
changed the title
Because patapata_apple_push_notifications >=1.1.0 depends on patapata_core ^1.1.0 which depends on package_info_plus ^6.0.0, patapata_apple_push_notifications >=1.1.0 requires package_info_plus ^6.0.0. So, because flutter_webrtc_app depends on both package_info_plus ^8.0.3 and patapata_apple_push_notifications ^1.1.1, version solving failed.
patapata_core can't use versions of package_info_plus 7 and newer.
Dec 5, 2024
Thanks for the report. Next time, please use one of the templates when creating an issue.
The reason this is happening is because patapata_core is currently using exactly version 6 of package_info_plus. However, there should not be any reason to only use that version, so we'll probably change the requirements to greater than 6.
Because patapata_apple_push_notifications >=1.1.0 depends on patapata_core ^1.1.0 which depends on package_info_plus ^6.0.0, patapata_apple_push_notifications >=1.1.0 requires package_info_plus ^6.0.0.
So, because flutter_webrtc_app depends on both package_info_plus ^8.0.3 and patapata_apple_push_notifications ^1.1.1, version solving failed.
The text was updated successfully, but these errors were encountered: