Skip to content

Commit

Permalink
Merge pull request lichess-org#1025 from jas14/upgrade-fvm
Browse files Browse the repository at this point in the history
🧹  Update FVM config files for FVM 3.0
  • Loading branch information
veloce authored Sep 15, 2024
2 parents 3326e08 + 7bc1795 commit 1bbef89
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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": "beta",
"flavors": {}
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ doc/api/
*.ipr
*.iws
.idea/
.fvm/flutter_sdk

# FVM Version Cache
.fvm/
2 changes: 1 addition & 1 deletion docs/internationalisation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Internationalisation

We're using the standard way of internationalising our app, as desbribed in the
[official documentation)(https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization#setting-up).
[official documentation](https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization#setting-up).

What is specific to this project is the way we produce the template `lib/l10n/app_en.arb` file.

Expand Down
2 changes: 2 additions & 0 deletions docs/setting_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Note that this application is not meant to be run on web platform.

If you want to use FVM to manage your Flutter versions effectively, please consult the [FVM (Flutter Version Management) guide](https://fvm.app/documentation/getting-started/installation) for comprehensive instructions on installing Flutter on your specific operating system.

This project is currently using FVM 3.x.

**Pro Tip:** Remember to prepend the 'flutter' prefix when using FVM commands, like this: `fvm flutter [command]`.

## Lila Server
Expand Down

0 comments on commit 1bbef89

Please sign in to comment.