fix: align Flutter version config and document requirements (#2717)

- Change .fvmrc from "beta" to "stable" to match CI behavior
- Update pubspec.yaml Flutter constraint from ^3.38.0 to ^3.41.0
  to match what pubspec.lock actually requires
- Document Flutter version requirements in docs/setting_dev_env.md

Closes lichess-org/mobile#2716
This commit is contained in:
Jerome Lacoste
2026-03-09 10:41:01 +01:00
committed by GitHub
parent 390bcd80dd
commit 337dd30281
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"flutter": "beta",
"flutter": "stable",
"flavors": {}
}