Skip to content

Commit

Permalink
REL-4262: add fvm to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kononov committed Apr 12, 2024
1 parent ea86f3b commit 953f63e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "3.3.9"
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
.pub/

build/

# FVM Version Cache
.fvm/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.3.9"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.1
homepage: https://github.com/mwaylabs/flutter-managed-configuration

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0"
flutter: ">=1.20.0"

dependencies:
Expand Down

0 comments on commit 953f63e

Please sign in to comment.