flutter-pub-update

Update Flutter pubspec.yaml dependencies with pre-update checks and changelog review.

312|16|Updated Jun 26, 2020
One-click install
npx skills add https://github.com/bannzai/Pilll --skill flutter-pub-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-pub-update
Source: https://github.com/bannzai/Pilll/tree/main/.claude/commands/flutter-pub-update
Command: npx skills add https://github.com/bannzai/Pilll --skill flutter-pub-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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