We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67886e0 commit 5be37b9Copy full SHA for 5be37b9
app/lib/shared/versions.dart
@@ -62,7 +62,7 @@ bool shouldGCVersion(String version) =>
62
63
// keep in-sync with SDK version in .mono_repo.yml and Dockerfile
64
final String runtimeSdkVersion = '3.6.0';
65
-final String toolStableDartSdkVersion = '3.6.1';
+final String toolStableDartSdkVersion = '3.6.2';
66
final String toolStableFlutterSdkVersion = '3.27.3';
67
68
final semanticToolStableDartSdkVersion =
0 commit comments