What problem does it solve?
This Skill safely updates Flutter pubspec.yaml dependencies by performing pre-update checks, validating changes, and reporting changelog notes for major version bumps. It supports updating a single package or all packages in a project, and prompts you to review breaking changes before applying them.
Core Features & Use Cases
- Selective updates: Update a specified package or all packages in the project.
- Pre-update checks: Run
flutter pub outdated to assess current, upgradable, and latest versions.
- Changelog verification: Check changelogs on pub.dev or GitHub to summarize breaking changes before upgrades.
- Safe upgrading workflow: Report changes and obtain confirmation before major version updates.
- Use Case: You maintain a Flutter app with dozens of dependencies; this Skill helps you safely upgrade them while understanding potential breaking changes.
Quick Start
Use the flutter-pub-update skill to update dependencies in your Flutter project. For example, run:
- /flutter-pub-update <package-name> to update a specific package
- /flutter-pub-update --all to update all packages