You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current workflow commands in the CI configuration are outdated, causing pull requests to fail and preventing them from being merged. For example, the command for flutter format does not comply with the latest requirements of the Flutter toolchain, leading to errors during the CI checks.
To Reproduce
look at current PRs.
Screenshots
Flutter:
3.24.5
stable
Dart:
3.5.4
Additional context
The flutter format needs to be replaced with:
dart format -o none --set-exit-if-changed .
The text was updated successfully, but these errors were encountered:
Describe the bug
The current workflow commands in the CI configuration are outdated, causing pull requests to fail and preventing them from being merged. For example, the command for
flutter format
does not comply with the latest requirements of the Flutter toolchain, leading to errors during the CI checks.To Reproduce
look at current PRs.
Screenshots
Flutter:
Dart:
Additional context
The
flutter format
needs to be replaced with:dart format -o none --set-exit-if-changed .
The text was updated successfully, but these errors were encountered: