-
Notifications
You must be signed in to change notification settings - Fork 44
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
Use Dart 3.2 language version #1340
Use Dart 3.2 language version #1340
Conversation
repository: https://github.com/dart-lang/pana | ||
topics: | ||
- tool | ||
|
||
environment: | ||
sdk: '>=3.0.0 <4.0.0' | ||
sdk: ^3.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have any pressing need for this? Let's not force-upgrade people just for the sake of upgrading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fair. Not necessary for now :)
@@ -1,12 +1,12 @@ | |||
name: pana | |||
description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package. | |||
version: 0.22.1 | |||
version: 0.22.2-wip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: we usually use -dev
postfix.
@@ -1,3 +1,7 @@ | |||
## 0.22.2-wip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: we just set the final version here, not the -postfixed
one.
To take advantage of field type promotion improvements.
Also updates CI to use latest stable Dart and Flutter releases.