Skip to content

Commit

Permalink
chore: add Flutter Version Manager configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Dec 3, 2024
1 parent e462efc commit 284bf14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "3.7.12"
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ app.*.map.json
/android/app/release

# Test files
**/test/ischool_plus_connector_test/credential.json
**/test/ischool_plus_connector_test/credential.json

# FVM Version Cache
.fvm/
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dart.lineLength": 120,
"dart.flutterSdkPath": ".fvm/versions/3.7.12",
"[dart]": {
"editor.rulers": [120]
},
Expand Down

0 comments on commit 284bf14

Please sign in to comment.