get_pub_package_info
Fetch detailed pub.dev package info, including version, description, metadata, and README content. Specify package name, optional version, and token limit for precise results. Use this tool to access Flutter package data directly.
Instructions
Get package information from pub.dev including README content.
DEPRECATED: This tool is deprecated. Please use flutter_docs() instead with the "pub:" prefix (e.g., flutter_docs("pub")).
Args: package_name: Name of the pub.dev package (e.g., "provider", "bloc", "dio") version: Optional specific version to fetch (e.g., "6.0.5", "2.5.1") tokens: Maximum token limit for response (default: 6000, min: 500)
Returns: Package information including version, description, metadata, and README
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package_name | Yes | ||
tokens | No | ||
version | No |