get_documentation_changes
Retrieve and detect changes in Dart or Flutter package documentation, including README, changelog, examples, or API docs, by specifying the package name and version.
Instructions
Get documentation content and detect changes for a package
Input Schema
Name | Required | Description | Default |
---|---|---|---|
docType | No | Type of documentation to retrieve | |
packageName | Yes | Name of the package to get documentation for | |
version | No | Specific version (optional, defaults to latest) |