Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patapata_core can't use versions of package_info_plus 7 and newer. #26

Open
lurongshuang opened this issue Dec 5, 2024 · 1 comment · May be fixed by #27
Open

patapata_core can't use versions of package_info_plus 7 and newer. #26

lurongshuang opened this issue Dec 5, 2024 · 1 comment · May be fixed by #27
Assignees
Labels
enhancement New feature or request

Comments

@lurongshuang
Copy link

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.

@Moncader 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
@Moncader Moncader self-assigned this Dec 5, 2024
@Moncader
Copy link
Contributor

Moncader commented 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.

@Moncader Moncader added the enhancement New feature or request label Dec 5, 2024
@matsuyani556 matsuyani556 linked a pull request Dec 5, 2024 that will close this issue
@Moncader Moncader assigned matsuyani556 and unassigned Moncader Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants