From eea141fc7ce7a5f26e1486822eaec0d2d2983059 Mon Sep 17 00:00:00 2001 From: Sergey Dmitriev <51058739+0niel@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:00:34 +0300 Subject: [PATCH] fix: Add fvm config --- .fvm/.gitignore | 1 + .fvm/fvm_config.json | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .fvm/.gitignore create mode 100644 .fvm/fvm_config.json diff --git a/.fvm/.gitignore b/.fvm/.gitignore new file mode 100644 index 00000000..65939d67 --- /dev/null +++ b/.fvm/.gitignore @@ -0,0 +1 @@ +/flutter_sdk \ No newline at end of file diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json new file mode 100644 index 00000000..3e719574 --- /dev/null +++ b/.fvm/fvm_config.json @@ -0,0 +1,4 @@ +{ + "flutterSdkVersion": "3.16.9", + "flavors": {} +} \ No newline at end of file