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

[ci] The formatter is opting into the Dart 3.7 formatting style #1326

Open
navaronbracke opened this issue Feb 13, 2025 · 2 comments
Open

[ci] The formatter is opting into the Dart 3.7 formatting style #1326

navaronbracke opened this issue Feb 13, 2025 · 2 comments

Comments

@navaronbracke
Copy link
Collaborator

Du to a change in the Dart formatter for Dart 3.7, the Dart code is now formatted using the new tall-style.

We should opt-out momentarily and stick to Flutter 3.27 for formatting.
Once we start supporting Dart 3.7, we should turn this back on.

@juliansteenbakker
Copy link
Owner

As long as the minimum sdk constraint is below dart 3.7, it will use the old style. Source: https://pub.dev/packages/dart_style/changelog

@navaronbracke
Copy link
Collaborator Author

Yes, I know, this is just a tracking issue for when we update the minimum version and we get formatting diffs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants