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
- Host: GitHub
- URL: https://github.com/g0rdan/publink
- Owner: g0rdan
- License: mit
- Created: 2024-07-08T19:04:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:04:13.000Z (about 1 year ago)
- Last Synced: 2025-04-06T11:11:36.693Z (10 months ago)
- Topics: dart, dart-package, flutter, flutter-package, pubdev, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.26 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.

## 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
---