get_package_versions
Retrieve all available versions and release dates of a Dart or Flutter package from pub.dev. Specify the package name and optionally limit the number of versions returned for efficient version management.
Instructions
Get all available versions of a package with their release dates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of versions to return (default: 10) | |
packageName | Yes | Name of the package to get versions for |