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

The pub.dev website

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

Would be nice if the "Package uploaded: " email that is sent to package uploaders will include the changelog, that's the main thing I care about when I see these...

Type: enhancement
P3 low

The current upload checks may have a large memory footprint, we should do it outside of the request-processing isolate: - [ ] move pre-transaction archive verification into a separate isolate...

Type: enhancement

I propose that we add the function to our configuration file. ```yaml testUsers: - [email protected] - [email protected] ``` Then we make a `test-user-sign-in` _admin action_ which will create and return...

Type: enhancement

I'm upgrading my deps through `dart pub upgrade`: ```console Resolving dependencies... Downloading packages... > image_size_getter 2.2.0 (was 2.1.3) ``` I've noticed that `package:image_size_getter` gets upgraded, so I want to check...

Type: enhancement

URL: https://pub.dev/my-packages When i press the "Next..." button at the bottom of the Packages tab view, the next list of packages is displayed, but there is no Back button.

Type: bug

Derived from #8159. pub.dev does not generate documentation for all published versions. Instead, it generates the documentation according to some rules. I'm not sure if these rules are right, but...

Type: enhancement

We can point GCLB at a prefix within a GCS bucket, so ideally we should be able to export responses for everything matching: * `GET /api/packages/` * `GET /api/packages//advisories` *...

Type: enhancement

It would be nice to know what the actual size is of a package. And see this on pub.dev. 2 type of sizes would be interesting - Size excl dependencies...

Type: enhancement

The community has built a pretty great dart wrapper around the pub.dev API: [the pub_api_client package](https://pub.dev/packages/pub_api_client). And it works great everywhere except from the web. I wonder if we could...

Type: enhancement

Hello! Sometimes, for any reason, new issues are detected by pub. These are very useful informations, but it is easy to miss. For example, a property used may get deprecated,...

Type: enhancement