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 ba4749f commit 89564bdCopy full SHA for 89564bd
client/.fvmrc
@@ -0,0 +1,3 @@
1
+{
2
+ "flutter": "3.38.8"
3
+}
client/.gitignore
@@ -49,4 +49,7 @@ packages/*/build
49
50
.claude
51
CLAUDE.md
52
-.design-docs
+.design-docs
53
+
54
+# FVM Version Cache
55
+.fvm/
client/.vscode/settings.json
@@ -1,5 +1,5 @@
{
- "dart.flutterSdkPath": null,
+ "dart.flutterSdkPath": ".fvm/versions/3.38.8",
"dart.lineLength": 120,
4
"editor.defaultFormatter": "Dart-Code.dart-code",
5
"files.exclude": {
@@ -19,5 +19,8 @@
19
"extensions.autoUpdate": true,
20
"[xml]": {
21
"editor.defaultFormatter": "DotJoshJohnson.xml"
22
+ },
23
+ "[jsonc]": {
24
+ "editor.defaultFormatter": "vscode.json-language-features"
25
}
26
0 commit comments