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

Update dependencies #27

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

matsuyani556
Copy link
Collaborator

fixes #26

Summary

Since patapata_core is currently using version 6 of package_info_plus, this was specified to be a version greater than 6.

@matsuyani556
Copy link
Collaborator Author

The device_info_plus dependency used by Patapata’s DeviceInfoPlugin also needed to be updated.
However, updating to version 11 or higher caused flutter test to fail. Fixes for these test failures are also necessary.

@matsuyani556
Copy link
Collaborator Author

Updating device_info_plus also updates its dependent web package, which in turn causes dependency conflicts with Firebase-related packages. To resolve this, Firebase-related packages also need to be updated.

@matsuyani556 matsuyani556 changed the title Update dependencies for package_info_plus Update dependencies Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

patapata_core can't use versions of package_info_plus 7 and newer.
2 participants