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 #16

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

Conversation

vanyasem
Copy link
Contributor

Description

Fixes #14

Blocked by Mankeli-Software/mankeli_core#2

Conventional Type

  • ✨ feat
  • πŸ› οΈ fix
  • βœ… chore
  • πŸ“ doc
  • πŸ§ͺ test
  • ❌ BREAKING CHANGE

@vanyasem
Copy link
Contributor Author

vanyasem commented Oct 23, 2024

I can see that Flutter version is set to 3.10.5:

flutter-version: 3.10.5

Is there a reason to keep it at 3.10.5, or can it be updated to the latest version?

The CI has failed because pub_updater 0.5.0 requires dart sdk 3.5.0+ (see VeryGoodOpenSource/pub_updater#62), while CI has dart 3.0.0

However, pub_updater 0.4.0 has no such requirement - if preserving compatibility with 3.10.5 is a priority, I can roll back pub_updater to 0.4.0, which would still solve the issue #14

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.

bug: Dependency on pub_updater is outdated and needs to be updated to pub_updater: ^0.4.0
1 participant