Pub-dev: Show Installs and Downloads stats in analysis-tab (or any other place)

Created on 7 Dec 2017  路  3Comments  路  Source: dart-lang/pub-dev

The Overall score is nice, but to help in the decision process would be nice to also have the Installs and Downloads number visible, like for example Cocoapods:

screen shot 2017-12-07 at 07 08 48

Most helpful comment

@isoos I disagree. The Nuget package system of .net shows download counts and its a great help for package authors to see if the package is in constant use. For package authors its an important metric. even if it's not exact.

All 3 comments

Install and download counts are easily swayed by a continuous integration framework that installs and downloads all of the packages on each new commit. We compensate against those in the popularity score, and I think it provides a better metric, than the raw counts.

@isoos I disagree. The Nuget package system of .net shows download counts and its a great help for package authors to see if the package is in constant use. For package authors its an important metric. even if it's not exact.

We've reconsidered this, and are looking into options for supporting this. The current tracking issue is https://github.com/dart-lang/pub-dev/issues/2714.

Was this page helpful?
0 / 5 - 0 ratings