-
Notifications
You must be signed in to change notification settings - Fork 357
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 dart analyze and format on 3.7.0 #2513
Conversation
200023a
to
e634cd8
Compare
05c6f80
to
788c916
Compare
@nex3 I just found out that with dart 3.7, if you start with a clean clone of the repo (or run |
It's mentioned in the changelog: /~https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md#dart-format
|
788c916
to
fd2c375
Compare
ffb4638
to
2c8942a
Compare
This PR fixes the following:
There are a few
deprecated_member_use
ondart:js_util
, but migrate todart:js
is not a small task so that I'm not touching those for now.For
dart format
this PR addsdart pub get
before runningdart format
in CI to make sure the language version is correctly detected and a consistent format is produced.