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
dart analyze
Analyzing script_runner... 1.8s
No issues found!
dart pub outdated --json --up-to-date --no-dev-dependencies --no-dependency-overrides
The Dart CLI developer tool uses Google Analytics to report usage and diagnostic
data along with package dependencies, and crash reporting to send basic crash
reports. This data is used to help improve the Dart platform, Flutter framework,
and related tools.
Telemetry is not sent on the very first run. To disable reporting of telemetry,
run this terminal command:
dart --disable-analytics
If you opt out of telemetry, an opt-out event will be sent, and then no further
information will be sent. This data is collected in accordance with the Google
Privacy Policy (https://policies.google.com/privacy).
{
"packages": [
{
"package": "collection",
"kind": "transitive",
"isDiscontinued": false,
"current": {
"version": "1.18.0"
},
"upgradable": {
"version": "1.18.0"
},
"resolvable": {
"version": "1.18.0"
},
"latest": {
"version": "1.18.0"
}
},
{
"package": "file",
"kind": "direct",
"isDiscontinued": false,
"current": {
"version": "7.0.0"
},
"upgradable": {
"version": "7.0.0"
},
"resolvable": {
"version": "7.0.0"
},
"latest": {
"version": "7.0.0"
}
},
{
"package": "meta",
"kind": "transitive",
"isDiscontinued": false,
"current": {
"version": "1.12.0"
},
"upgradable": {
"version": "1.12.0"
},
"resolvable": {
"version": "1.12.0"
},
"latest": {
"version": "1.12.0"
}
},
{
"package": "path",
"kind": "direct",
"isDiscontinued": false,
"current": {
"version": "1.9.0"
},
"upgradable": {
"version": "1.9.0"
},
"resolvable": {
"version": "1.9.0"
},
"latest": {
"version": "1.9.0"
}
},
{
"package": "source_span",
"kind": "transitive",
"isDiscontinued": false,
"current": {
"version": "1.10.0"
},
"upgradable": {
"version": "1.10.0"
},
"resolvable": {
"version": "1.10.0"
},
"latest": {
"version": "1.10.0"
}
},
{
"package": "string_scanner",
"kind": "transitive",
"isDiscontinued": false,
"current": {
"version": "1.2.0"
},
"upgradable": {
"version": "1.2.0"
},
"resolvable": {
"version": "1.2.0"
},
"latest": {
"version": "1.2.0"
}
},
{
"package": "term_glyph",
"kind": "transitive",
"isDiscontinued": false,
"current": {
"version": "1.2.1"
},
"upgradable": {
"version": "1.2.1"
},
"resolvable": {
"version": "1.2.1"
},
"latest": {
"version": "1.2.1"
}
},
{
"package": "unaconfig",
"kind": "direct",
"isDiscontinued": false,
"current": {
"version": "0.3.1"
},
"upgradable": {
"version": "0.3.1"
},
"resolvable": {
"version": "0.3.1"
},
"latest": {
"version": "0.3.1"
}
},
{
"package": "yaml",
"kind": "transitive",
"isDiscontinued": false,
"current": {
"version": "3.1.2"
},
"upgradable": {
"version": "3.1.2"
},
"resolvable": {
"version": "3.1.2"
},
"latest": {
"version": "3.1.2"
}
}
]
}
dart doc
Documenting script_runner...
Discovering libraries...
[--------------------------------------------------------------------------------------------------------------------------------------------------] (100.00%)
Linking elements...
[--------------------------------------------------------------------------------------------------------------------------------------------------] (100.00%)
Precaching local docs for 153223 elements...
[--------------------------------------------------------------------------------------------------------------------------------------------------] (100.00%)
Initialized dartdoc with 181 libraries
Generating docs for library script_runner.dart from package:script_runner/script_runner.dart...
Found 0 warnings and 0 errors.
Documented 1 public library in 38.5 seconds
Success! Docs generated into /Users/chen/Dev/script_runner/doc/api
The text was updated successfully, but these errors were encountered:
This was one of the bugs in SDK selection from last week. It has been fixed in the code, and also the latest deployment produced a clear package analysis.
Environment
dart --version
):Dart SDK version: 3.3.0 (stable) (Tue Feb 13 10:25:19 2024 +0000) on "macos_arm64"
14.3.1 (23D60)
Problem
Dart Analysis works and passes on my machine, but fails with errors on Dart.pub.
This causes the score to drop significantly (it is currently at 70).
pubspec.yaml
Expected behavior
Static analysis should pass, I expect score to be full 140.
Actual behavior
Analysis Log (on dart.pub)
Same commands locally
dart analyze Analyzing script_runner... 1.8s No issues found!
The text was updated successfully, but these errors were encountered: