From 8864d07782b9a809d3e0ef2ecf7beb266f20c9a2 Mon Sep 17 00:00:00 2001 From: martyfuhry Date: Tue, 30 Jan 2024 14:28:55 -0500 Subject: [PATCH] chore(mobile): Corrects FVM gitignore and sets Flutter version to 3.16.9 (#6775) Corrects FVM gitignore and sets Flutter version to 3.16.9 --- mobile/.fvm/fvm_config.json | 4 ++++ mobile/.gitignore | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 mobile/.fvm/fvm_config.json diff --git a/mobile/.fvm/fvm_config.json b/mobile/.fvm/fvm_config.json new file mode 100644 index 0000000000..3e71957482 --- /dev/null +++ b/mobile/.fvm/fvm_config.json @@ -0,0 +1,4 @@ +{ + "flutterSdkVersion": "3.16.9", + "flavors": {} +} \ No newline at end of file diff --git a/mobile/.gitignore b/mobile/.gitignore index fc807ea681..9a73e43303 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -55,4 +55,4 @@ default.isar.lock libisar.so # FVM Version Cache -.fvm/ \ No newline at end of file +.fvm/flutter_sdk