Skip to content

Commit 7d34ab2

Browse files
xsahil03xclaude
andcommitted
chore(repo): pin Flutter to the melos min via .fvmrc
Adds .fvmrc with the same Flutter floor the workspace declares in melos.yaml (>=3.27.4) so contributors running fvm pick up the right SDK automatically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f9c8717 commit 7d34ab2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.fvmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "3.27.4"
3+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ gradle-wrapper.jar
132132
**/fastlane/screenshots
133133
**/fastlane/test_output
134134

135+
# FVM Version Cache
136+
.fvm/
137+
135138
# Exceptions to the above rules
136139
!/pubspec.lock
137140
!**/example/web/sql-wasm.js

0 commit comments

Comments
 (0)