An open API service indexing awesome lists of open source software.

https://github.com/g0rdan/publink

Allows you to see a package info right in VSCode
https://github.com/g0rdan/publink

dart dart-package flutter flutter-package pubdev vscode vscode-extension

Last synced: 10 months ago
JSON representation

Allows you to see a package info right in VSCode

Awesome Lists containing this project

README

          

# PubLink

[Marketplace](https://marketplace.visualstudio.com/items?itemName=gordin.publink)

This extension allows you to see a hover with package's info from [pub.dev](https://pub.dev) when you hover over the package name in the `pubspec.yaml` file.

![version_0 1 0](https://github.com/user-attachments/assets/bae475ee-6821-4c03-b24b-81a5a8571d0b)

## Release Notes

### 0.1.3

- Fix issue when we try to show URL to a package that does not exist on pub.dev.

### 0.1.2

- Attempt to fix "colon" [issue](https://github.com/g0rdan/publink/issues/5)

### 0.1.1

- Simplify http requests

### 0.1.0

- Added pub.dev parsing for extracting package information

### 0.0.3

- Better determination if a package has URL or not

### 0.0.2

- Minor changes to package.json

### 0.0.1

Initial release of publink

---