Skip to content

Conversation

@JohnWeidner
Copy link

@JohnWeidner JohnWeidner commented Aug 21, 2025

Status

READY

Description

Closes #297

Now allow caller to specify a flutter_version or a dart_sdk version to indicate which dependencies to get. If you don't specify either it will function as before using the "stable" dart_sdk. If both flutter_version and dart_sdk are specified, it will use flutter dependencies but also display a warning message.

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

…r to specify a flutter_version or a dart_sdk version to indicate which dependencies to get.
@JohnWeidner JohnWeidner requested a review from a team as a code owner August 21, 2025 00:55
@marcossevilla marcossevilla changed the title fix: license_check failed on flutter pkgs (issue 297) fix: license_check failed on flutter pkgs Aug 21, 2025
Copy link
Contributor

@matiasleyba matiasleyba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also update the doc's site to reflect the changes

- name: 🎯 Setup Dart
- name: Show warning if conflicting SDK inputs
if: ${{ env.SHOW_DART_FLUTTER_WARNING == 'true' }}
run: echo "::warning::Both 'flutter_version' and 'dart_sdk' were specified. The workflow will proceed with the Flutter SDK setup."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should also validate when none were specified right?

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.

fix: License check fails on Flutter packages

3 participants