diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..0fdcb48 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,3 @@ +{ + "flutter": "3.27.1" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index be55ad1..92e2b83 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,11 @@ *.swp .DS_Store .atom/ +.build/ .buildlog/ .history .svn/ +.swiftpm/ migrate_working_dir/ # IntelliJ related diff --git a/.vscode/settings.json b/.vscode/settings.json index e04697a..eb3d507 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,25 +1,25 @@ { - "task.slowProviderWarning": true, - "dart.flutterSdkPath": ".fvm/flutter_sdk", - "search.exclude": { - "**/.fvm": true - }, - "files.watcherExclude": { - "**/.fvm": true - }, - "dart.lineLength": 120, - "[dart]": { - "editor.rulers": [ - 120, - ], - "editor.selectionHighlight": true, - "editor.suggest.snippetsPreventQuickSuggestions": false, - "editor.suggestSelection": "first", - "editor.tabCompletion": "onlySnippets", - "editor.wordBasedSuggestions": "off" - }, - "dart.doNotFormat": [ - "**/generated/**", - "lib/data/**" + "task.slowProviderWarning": true, + "dart.flutterSdkPath": ".fvm/versions/3.27.1", + "search.exclude": { + "**/.fvm": true + }, + "files.watcherExclude": { + "**/.fvm": true + }, + "dart.lineLength": 120, + "[dart]": { + "editor.rulers": [ + 120 ], + "editor.selectionHighlight": true, + "editor.suggest.snippetsPreventQuickSuggestions": false, + "editor.suggestSelection": "first", + "editor.tabCompletion": "onlySnippets", + "editor.wordBasedSuggestions": "off" + }, + "dart.doNotFormat": [ + "**/generated/**", + "lib/data/**" + ] } \ No newline at end of file