get_flet_doc
Fetch the full Markdown documentation for any Flet control or topic using a known doc path. Get detailed guides and API references directly from official sources.
Instructions
Fetch the full Markdown documentation for a specific Flet control or topic.
Args: doc_path: The exact path to the doc file, usually obtained from search_flet_docs (e.g., 'website/docs/controls/dropdown/index.md').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |