Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: flutter format is deprecated in workflows/flutter_package.yml@v1 #115

Closed
Shakle opened this issue May 11, 2023 · 2 comments
Closed
Labels
bug Something isn't working as expected

Comments

@Shakle
Copy link

Shakle commented May 11, 2023

Description
When building ci with flutter 3.10 and [workflows/flutter_package.yml@v1](uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1)

I get The "format" command is deprecated. Please use the "dart format" sub-command instead, which has the same command-line usage as "flutter format".

Steps To Reproduce

  1. Set flutter 3.10 in build params
  2. Build
  3. On step Check Formatting there will be a deprecation error which stops the process

Expected Behavior
It checks for formatting and continues to the next step

Screenshots
screen

Additional Context
Flutter 3.10.0+ problem

@Shakle Shakle added the bug Something isn't working as expected label May 11, 2023
@renancaraujo
Copy link
Contributor

Should be fixed now, could you try again?

@Shakle
Copy link
Author

Shakle commented May 11, 2023

Fixed, closing. Thanks.

@Shakle Shakle closed this as completed May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants