pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

The pub.dev website

Results 162 pub-dev issues
Sort by recently updated
recently updated
newest added

| pub.dev | GitHub | |------|------| | ![image](https://github.com/dart-lang/pub-dev/assets/15884415/c01be069-5edc-4355-9721-c8a7c526a8e9) | ![image](https://github.com/dart-lang/pub-dev/assets/15884415/73573bc5-7d7d-4872-82e8-e37bb52c4cd4) | - https://pub.dev/packages/wechat_assets_picker/versions/9.0.0-dev.2/changelog - https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/4b0380efae5c86083d2b48b94422045cb741ba09/CHANGELOG.md?plain=1#L5-L8 - https://github.com/dart-lang/http/blob/db7f16552937ceb7a8813f9602990c655cfbdcee/pkgs/http/README.md?plain=1#L26-L29 Example: > [!NOTE] > This is a note. Context: - https://github.com/orgs/community/discussions/16925 - https://learn.microsoft.com/en-us/contribute/content/markdown-reference#alerts-note-tip-important-caution-warning

Type: enhancement

When searching for package I would like to be able to search multiple publishers in a single query. Currently we can only search one like `publisher:dart.dev`. I would like the...

Type: enhancement

## Problem Pub currently accepts non-oss licensed packages. It's important to have an easy way to check a package license through the API. ## Suggestion The package license is currently...

Type: enhancement

Can we add a badge when a package contains a devtools extension? This would be great for discoverability from end users, but also great for us to be able to...

Type: enhancement

The things we have to do are: * [ ] Moderation actions: * [x] Introduce `moderatedAt` and `isModerated` on * [x] `Package` * [x] `PackageVersion` * [x] `Publisher` * [x]...

Type: enhancement

The `macros` package will be a pub package, which only re-exports APIs from the `_macros` package, which is an SDK vendored package. I can generate docs for the macros package...

Type: enhancement
Type: question

* In the Readme.md of my package I linked the example tab of my package. Earlier this **used to work** by placing the following in the md file. ```md [example](/example)...

Type: bug

This PR allows new versions of packages to be published from GitHub `workflow_dispatch` events. The same restriction on the `refType` is in place, it still needs to be run targeting...