chore: add FVM config and update lockfile

- Add .fvmrc pinning Flutter 3.41.4
- Add .fvm/ to .gitignore
- Update pubspec.lock with latest transitive dependency versions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
dbastrikin
2026-03-09 23:23:57 +02:00
parent 31ae45dfdd
commit 765346d4e4
3 changed files with 16 additions and 10 deletions

3
client/.fvmrc Normal file
View File

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