flutter-pub

Search pub.dev for Flutter/Dart packages and retrieve details.

3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/CANTAGESTUDIO/CosmicAtlasPacker --skill flutter-pub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-pub
Source: https://github.com/CANTAGESTUDIO/CosmicAtlasPacker/tree/main/.claude/skills/flutter-pub
Command: npx skills add https://github.com/CANTAGESTUDIO/CosmicAtlasPacker --skill flutter-pub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides quick pub.dev package search and detail lookup with version and dependency information.

Core Features & Use Cases

  • Package Search: Top results and brief descriptions.
  • Package Details: Latest version, publisher, score, and dependencies.
  • Output: Markdown summaries suitable for documentation.

Quick Start

Search pub.dev for a Flutter package and open its detail view.

Frequently Asked Questions about flutter-pub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for Flutter packages on pub.dev?

Search pub.dev to locate Flutter and Dart packages by name, keyword, or functionality. This Skill queries pub.dev's search API to return top results with package names, descriptions, and download counts, helping you discover libraries matching your project needs quickly.

Can I check package versions and dependencies before installing?

Yes. Package details lookup retrieves the latest version, all available versions, publisher information, dependency trees, and quality scores. This lets you verify compatibility and understand what additional packages a library requires before installation.

What information does pub.dev provide about package quality?

Pub.dev packages include likes, downloads, and quality scores that reflect maintenance, documentation, and API stability. This Skill parses these metrics so you can assess a package's reliability and community adoption before deciding to use it.

How do I output package search results for documentation?

Search results are formatted as structured Markdown summaries suitable for pasting into documentation, READMEs, or dependency reports. This makes it easy to document which packages your project uses and why.

Does this work with private or unpublished Dart packages?

This Skill searches pub.dev only, which hosts public packages. Private packages hosted elsewhere or unpublished local packages require direct repository access and fall outside pub.dev's search scope.

What happens if pub.dev is unavailable or rate limits my requests?

The Skill respects pub.dev API rate limits and handles encoding to avoid failures. If the service is down or requests exceed limits, results will be delayed or incomplete; retry after waiting or reduce query frequency.