fvm-flutter-release
Installation
SKILL.md
FVM Flutter Release
Overview
Pin Flutter SDK per-project with fvm, then build and upload to both App Store and Google Play using fvm-aware scripts.
FVM Setup Workflow
1. Find Latest Compatible Version
# Check project SDK constraint
grep 'sdk:' pubspec.yaml
# e.g. sdk: ^3.10.7 → needs Dart >= 3.10.7
# List locally cached versions with Dart info
fvm list