From add276bee8dffd8a97d1013e3b460758f0e387d6 Mon Sep 17 00:00:00 2001 From: mirland Date: Mon, 25 Mar 2024 13:47:40 -0300 Subject: [PATCH] Add fvm version --- .fvm/fvm_config.json | 4 ---- .fvmrc | 4 ++++ 2 files changed, 4 insertions(+), 4 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 f000541..0000000 --- a/.fvm/fvm_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "flutterSdkVersion": "3.13.8", - "flavors": {} -} \ No newline at end of file diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..6f42746 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,4 @@ +{ + "flutter": "3.13.8", + "flavors": {} +} \ No newline at end of file