Update FVM config files

This commit is contained in:
Joe Stein
2024-09-14 14:49:05 -07:00
parent 3326e08f36
commit bc8e43c75e
4 changed files with 9 additions and 5 deletions
-4
View File
@@ -1,4 +0,0 @@
{
"flutterSdkVersion": "beta",
"flavors": {}
}
+4
View File
@@ -0,0 +1,4 @@
{
"flutter": "beta",
"flavors": {}
}
+3 -1
View File
@@ -35,4 +35,6 @@ doc/api/
*.ipr
*.iws
.idea/
.fvm/flutter_sdk
# FVM Version Cache
.fvm/
+2
View File
@@ -25,6 +25,8 @@ Note that this application is not meant to be run on web platform.
If you want to use FVM to manage your Flutter versions effectively, please consult the [FVM (Flutter Version Management) guide](https://fvm.app/documentation/getting-started/installation) for comprehensive instructions on installing Flutter on your specific operating system.
This project is currently using FVM 3.x.
**Pro Tip:** Remember to prepend the 'flutter' prefix when using FVM commands, like this: `fvm flutter [command]`.
## Lila Server