chore: add config file .fvmrc to specify Flutter version (#1417)

This commit is contained in:
Integral
2025-10-02 10:31:07 +08:00
committed by GitHub
parent 15ee6a679e
commit a18863f292

3
.fvmrc Normal file
View File

@@ -0,0 +1,3 @@
{
"flutter": "3.35.5"
}