-
Notifications
You must be signed in to change notification settings - Fork 371
Fix dart analyze and format on 3.7.0 #2513
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
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_useondart:js_util, but migrate todart:jsis not a small task so that I'm not touching those for now.For
dart formatthis PR addsdart pub getbefore runningdart formatin CI to make sure the language version is correctly detected and a consistent format is produced.