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
Installs
9
GitHub Stars
7
First Seen
Apr 27, 2026
fvm-flutter-release — iml1s/flutter-claude-skills