Skip to content

Commit 7aecbcd

Browse files
feat: FlutterSDKのバージョンを3.32.8から3.35.5に更新
1 parent 542ef9b commit 7aecbcd

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.fvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"flutter": "3.32.8"
2+
"flutter": "3.35.5"
33
}

.vscode/settings.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"debug.internalConsoleOptions": "openOnSessionStart",
3-
"dart.flutterSdkPath": ".fvm/versions/3.32.8",
3+
"dart.flutterSdkPath": ".fvm/versions/3.35.5",
44
"[dart]": {
55
"editor.defaultFormatter": "Dart-Code.dart-code",
66
"editor.formatOnSave": true,
77
"editor.formatOnType": true,
8-
"editor.rulers": [80],
8+
"editor.rulers": [
9+
120
10+
],
911
"editor.selectionHighlight": false,
1012
"editor.tabCompletion": "onlySnippets",
11-
"editor.wordBasedSuggestions": "off",
13+
"editor.wordBasedSuggestions": "off"
1214
},
1315
"editor.formatOnSaveMode": "file",
14-
"dart.lineLength": 80,
16+
"dart.lineLength": 120
1517
}

0 commit comments

Comments
 (0)