Skip to content

Commit

Permalink
Add FVM support (stable -> 3.0.1 at this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2man committed May 20, 2022
1 parent 6986f5d commit f151438
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutterSdkVersion": "stable",
"flavors": {}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ build/
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# FVM Support - https://fvm.app/
.fvm/flutter_sdk

0 comments on commit f151438

Please sign in to comment.