mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 01:11:43 +03:00
* chore(dep): bump flutter to 3.35.6 * chore(dep): bump flutter to 3.35.6 (#23121) chore(dep): remove unused pub deps Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"dart.flutterSdkPath": ".fvm/versions/3.35.6",
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [120]
|
|
},
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
}
|
|
} |