pub-dev
pub-dev copied to clipboard
The pub.dev website
We might not need support in "advanced search", but just have it supported as a search query parameter..
URL: https://pub.dev/help It would be nice to display a 'liked' indicator on packages that appear during a search. This would help guiding a user to know packages already liked in...
It would be useful to be able to add custom instructions to the auto-generated text in the "Installing" tab, or to replace the contents completely. Goal: provide instructions on how...
I uploaded `candid_dart_core` at 10:37 PM, but the package shows up at 10:58 PM in the endpoint. The endpoint is the source where we determine which packages need an update...
In case the current blob index becomes too much overhead: [sparkey](https://github.com/spotify/sparkey) has a similar concept to the blob index (two files, the index one can be cached more), only with...
- Tests should pass if those messages follow some expected pattern. - Tests should fail if any of the emitted messages is outside of the patterns specified by the test.
We should probably also retry `ClientException` from `package:http`: https://github.com/dart-lang/pub-dev/blob/031c368ea0840f2bdcf2bcaee7886a13c19b90b4/app/lib/shared/storage.dart#L142-L154
Already happened a few times that I found a name that seemingly is free, so showing a 404 on pubdev. I develop my package, polish it, get it ready for...
The README file of a package I am maintaining contains the following image URL pointing to a badge on shields.io: https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff Note that before the first `31b8a3ff`, there is a...
Related to #8347 This PR doesn't integrate with anything yet, just provides a new script in the `app` directory, `dart run :toc`. The script is heavily borrowed from @ramyak-mehra at...