Skip to content

Commit

Permalink
chore: upgrade fvm v3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
defuncart authored Jun 22, 2024
1 parent cd26da2 commit 5a60624
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .fvm/fvm_config.json

This file was deleted.

4 changes: 4 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutter": "3.13.0",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .github/actions/set_up_flutter/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite

steps:
- uses: kuhnroyal/flutter-fvm-config-action@v1
- uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action
- uses: subosito/flutter-action@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ app.*.map.json
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# FVM
.fvm/flutter_sdk

# l10n
assets_dev/l10n/

# 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.13.0"
}

0 comments on commit 5a60624

Please sign in to comment.