vgv-dart-flutter-sdk-upgrade

Installation
SKILL.md

VGV Flutter/Dart SDK Upgrade — Quick Reference

One PR per project. Only CI workflow and pubspec.yaml changes — no logic, no dependency version bumps, no test changes.


Core Standards

Apply these standards to ALL SDK upgrade work:

  • Flutter and Dart versions differ — always look up the Dart version bundled with the target Flutter release from https://docs.flutter.dev/install/archive
  • CI uses ^MAJOR.MINOR.x — wildcard patch so CI always gets the latest patch
  • pubspec pins exact patch — use ^MAJOR.MINOR.PATCH with the specific patch version
  • Pure Dart packages — use the Dart version directly, no Flutter mapping needed
  • Verify with pub get and analyze — don't silently resolve conflicts

Related skills
Installs
2
GitHub Stars
110
First Seen
Apr 18, 2026