Files
mobile/.fvmrc
T
Jerome Lacoste 337dd30281 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
2026-03-09 10:41:01 +01:00

4 lines
42 B
Plaintext

{
"flutter": "stable",
"flavors": {}
}