Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter Pubspec LinksNew to Visual Studio Code? Get it now.
Flutter Pubspec Links

Flutter Pubspec Links

djbkwon

|
4,575 installs
| (4) | Free
Float pub.dev links above dependencies in pubspec.yaml.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Pubspec Links

Flutter Links Icon

Marketplace Version Installs License: MIT

What does this do?

  • Display pub.dev links: Displays a clickable pub.dev/packages/... link directly above each dependency listed in your pubspec.yaml file.

Screenshot showing CodeLenses above dependencies and toggle button

  • Toggle Display: Show or hide the links using a convenient toggle button in the editor's title bar when viewing pubspec.yaml.

Demo showing toggle button for Flutter Links

This can also...

  • Manual Package Search: Quickly search for any package on pub.dev via the Command Palette. Screenshot showing 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)):

      {
        "flutterLinks.baseUrl": "https://pub.dev/"
      }
      

Credits

This extension is an upgraded & maintained version of Pubspec Dependency Search.

  • Developed by Joonbeom Kwon.
  • Initial code by Everettjf.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft