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
Description
When adding the license check workflow to a Flutter project, I received
I suspect this is because we're running
dart pub get --no-examplehere instead offlutter pub get.Steps To Reproduce
Expected Behavior
I expect it to not fail.
Additional Context
No response