Skip to content

Commit 205caa6

Browse files
committed
fix: update Flutter SDK path and Dart SDK version in configuration files
1 parent d6aaa0e commit 205caa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"cmake.ignoreCMakeListsMissing": true,
3-
"dart.flutterSdkPath": ".fvm/flutter_sdk"
3+
"dart.flutterSdkPath": ".fvm/versions/stable"
44
}

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,5 +1165,5 @@ packages:
11651165
source: hosted
11661166
version: "3.1.3"
11671167
sdks:
1168-
dart: ">=3.8.1 <4.0.0"
1168+
dart: ">=3.9.0 <4.0.0"
11691169
flutter: ">=3.29.0"

0 commit comments

Comments
 (0)