We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542ef9b commit 7aecbcdCopy full SHA for 7aecbcd
2 files changed
.fvmrc
@@ -1,3 +1,3 @@
1
{
2
- "flutter": "3.32.8"
+ "flutter": "3.35.5"
3
}
.vscode/settings.json
@@ -1,15 +1,17 @@
"debug.internalConsoleOptions": "openOnSessionStart",
- "dart.flutterSdkPath": ".fvm/versions/3.32.8",
+ "dart.flutterSdkPath": ".fvm/versions/3.35.5",
4
"[dart]": {
5
"editor.defaultFormatter": "Dart-Code.dart-code",
6
"editor.formatOnSave": true,
7
"editor.formatOnType": true,
8
- "editor.rulers": [80],
+ "editor.rulers": [
9
+ 120
10
+ ],
11
"editor.selectionHighlight": false,
12
"editor.tabCompletion": "onlySnippets",
- "editor.wordBasedSuggestions": "off",
13
+ "editor.wordBasedSuggestions": "off"
14
},
15
"editor.formatOnSaveMode": "file",
- "dart.lineLength": 80,
16
+ "dart.lineLength": 120
17
0 commit comments