get_flutter_docs
Retrieve Flutter class documentation with smart truncation for efficient usage. Specify class name, library, and token limit to access detailed API information. (Note: Deprecated; use flutter_docs() for improved functionality.)
Instructions
Get Flutter class documentation on-demand with optional smart truncation.
DEPRECATED: This tool is deprecated. Please use flutter_docs() instead. The new tool provides better query resolution and unified interface.
Args: class_name: Name of the Flutter class (e.g., "Container", "Scaffold") library: Flutter library (e.g., "widgets", "material", "cupertino") tokens: Maximum token limit for truncation (default: 8000, min: 500)
Returns: Dictionary with documentation content or error message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
class_name | Yes | ||
library | No | widgets | |
tokens | No |