Skip to content

fix: License check fails on Flutter packagesΒ #297

@mtwichel

Description

@mtwichel

Description

When adding the license check workflow to a Flutter project, I received

Because square_online_ordering_app requires the Flutter SDK, version solving failed.

Flutter users should use `flutter pub` instead of `dart pub`.

I suspect this is because we're running dart pub get --no-example here instead of flutter pub get.

Steps To Reproduce

  1. Set up Flutter project and GitHub actions with the verify license check.
  2. Run the action.

Expected Behavior

I expect it to not fail.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expectedp2Important issues not at the top of the work list

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions