Display pub.dev links: Displays a clickable pub.dev/packages/... link directly above each dependency listed in your pubspec.yaml file.
Toggle Display: Show or hide the links using a convenient toggle button in the editor's title bar when viewing pubspec.yaml.
This can also...
Manual Package Search: Quickly search for any package on pub.dev via the Command Palette.
Configurable Base URL: Optionally change the base URL used for links via VS Code settings (useful for private package repositories that mimic the pub.dev API structure).
Default:"https://pub.dev/"
Example:"https://my-private-repo.com/api/" (Ensure your repo structure matches /packages/<name>)
Configure this in your User or Workspace settings.json (Command Palette: Preferences: Open Settings (JSON)):