diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json deleted file mode 100644 index 2038915c2..000000000 --- a/.fvm/fvm_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "flutterSdkVersion": "beta", - "flavors": {} -} \ No newline at end of file diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 000000000..7ac2fba5f --- /dev/null +++ b/.fvmrc @@ -0,0 +1,4 @@ +{ + "flutter": "beta", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4376ea423..ca77e7123 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ doc/api/ *.ipr *.iws .idea/ -.fvm/flutter_sdk + +# FVM Version Cache +.fvm/ diff --git a/docs/setting_dev_env.md b/docs/setting_dev_env.md index 70a5bcdf8..3da965b67 100644 --- a/docs/setting_dev_env.md +++ b/docs/setting_dev_env.md @@ -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