From de73fcb1360163cac483a073c0ca44017f55534b Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sun, 13 Apr 2025 12:54:04 +0200 Subject: [PATCH] chore: add FVM configuration --- .fvmrc | 3 +++ .gitignore | 5 ++++- pubspec.yaml | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .fvmrc diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..4efffa7 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,3 @@ +{ + "flutter": "3.22.1" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index a4ee6d8..17d532a 100644 --- a/.gitignore +++ b/.gitignore @@ -50,4 +50,7 @@ pubspec_overrides.yaml **/example/macos **/example/windows **/example/web -**/example/README.md \ No newline at end of file +**/example/README.md + +# FVM Version Cache +.fvm/ \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2542598..27b0fd5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,7 @@ name: flutter_timeline_workspace environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=3.1.3 <4.0.0' + dev_dependencies: melos: ^3.0.1