mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
chore: Update dependencies (#372)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
4220c68ca3
commit
34c9c5bd9c
65 changed files with 431 additions and 1910 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -80,7 +80,8 @@
|
|||
"deviceId": "chrome",
|
||||
"args": [
|
||||
"--web-port",
|
||||
"9090"
|
||||
"9090",
|
||||
"--web-experimental-hot-reload"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -91,7 +92,8 @@
|
|||
"flutterMode": "release",
|
||||
"args": [
|
||||
"--web-port",
|
||||
"9090"
|
||||
"9090",
|
||||
"--web-experimental-hot-reload"
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"LTWH",
|
||||
"outro"
|
||||
],
|
||||
"dart.flutterSdkPath": ".fvm/versions/3.29.2",
|
||||
"dart.flutterSdkPath": ".fvm/versions/3.32.1",
|
||||
"search.exclude": {
|
||||
"**/.fvm": true
|
||||
},
|
||||
|
|
@ -15,5 +15,13 @@
|
|||
"**/.fvm": true
|
||||
},
|
||||
"editor.detectIndentation": true,
|
||||
"dart.lineLength": 120
|
||||
"dart.lineLength": 120,
|
||||
"dart.analysisExcludedFolders": [
|
||||
"build",
|
||||
".dart_tool",
|
||||
".fvm",
|
||||
"packages",
|
||||
"lib/jellyfin",
|
||||
"lib/l10n"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue