-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
bugSomething isn't working as expectedSomething isn't working as expectedp2Important issues not at the top of the work listImportant issues not at the top of the work list
Description
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
- Set up Flutter project and GitHub actions with the verify license check.
- Run the action.
Expected Behavior
I expect it to not fail.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as expectedSomething isn't working as expectedp2Important issues not at the top of the work listImportant issues not at the top of the work list
Type
Projects
Status
Todo