Skip to content

fix: Fixing CI on flutter 3.35#1339

Merged
erickzanardo merged 4 commits into
mainfrom
fix/ci-3.35
Aug 18, 2025
Merged

fix: Fixing CI on flutter 3.35#1339
erickzanardo merged 4 commits into
mainfrom
fix/ci-3.35

Conversation

@erickzanardo

Copy link
Copy Markdown
Member

Status

READY

Description

With the recent release of Flutter 3.35 our CI started to fail since now, when creating a dart project with the dart version that comes bundled with that version, the path version is now by default added to the pubspec.

That was breaking the check license e2e test, since it expected only MIT license dependencies and the path one is a BSD-3-Clause.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@erickzanardo
erickzanardo requested a review from a team as a code owner August 14, 2025 20:10
marcossevilla
marcossevilla previously approved these changes Aug 18, 2025
@marcossevilla

Copy link
Copy Markdown
Member

@erickzanardo should we add an extra step for the completion as it's failing at some workflows?

@erickzanardo

Copy link
Copy Markdown
Member Author

@erickzanardo should we add an extra step for the completion as it's failing at some workflows?

hm, is the code completion failing? Can you point me to that failure?

@erickzanardo
erickzanardo merged commit d97a006 into main Aug 18, 2025
30 checks passed
@erickzanardo
erickzanardo deleted the fix/ci-3.35 branch August 18, 2025 13:54
@vgvbot vgvbot mentioned this pull request Aug 18, 2025
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.

2 participants