Flutter Updater

Keep Flutter/Dart projects automatically up-to-date. Detects new Flutter/Dart SDK releases, updates pubspec.yaml dependencies with safe breaking-change handling (reads changelogs, auto-fixes code, rolls back per-package if unfixable), runs dart fix, and performs full QA (flutter analyze → flutter test → flutter build). Use when asked to "update flutter", "update dependencies", "upgrade packages", or "keep flutter up to date". Flags: --sdk-only, --deps-only, --qa-only.

Install

openclaw skills install @jaekyung-you/flutter-updater