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
The current runtime contexts don't have a version field which makes it harder to query data, internally we depend on version so we can't currently retrieve that data.
Current state:
"dart": {
"name": "Dart",
"raw_description": "3.4.3 (stable) (Tue Jun 4 19:51:39 2024 +0000) on \"android_x64\"",
"type": "runtime"
},
How it should be
"dart": {
"name": "Dart",
"version": "3.4.3 (stable)""raw_description": "3.4.3 (stable) (Tue Jun 4 19:51:39 2024 +0000) on \"android_x64\"",
"type": "runtime"
},
The text was updated successfully, but these errors were encountered:
Description
The current runtime contexts don't have a version field which makes it harder to query data, internally we depend on
version
so we can't currently retrieve that data.Current state:
How it should be
The text was updated successfully, but these errors were encountered: