From bc8e43c75e3910fdd5d8be3df9bb8b7f2a09dbef Mon Sep 17 00:00:00 2001 From: Joe Stein <569991+jas14@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:49:05 -0700 Subject: [PATCH] Update FVM config files --- .fvm/fvm_config.json | 4 ---- .fvmrc | 4 ++++ .gitignore | 4 +++- docs/setting_dev_env.md | 2 ++ 4 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 .fvm/fvm_config.json create mode 100644 .fvmrc 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