-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Package size #8114
Comments
I agree it would be nice to list the archive sizes on the "versions" page. However remember that (given dart's treeshaking) the size affect on the actual produced app is largely unrelated to the size of the package.
This is a lot harder to make useful - dependencies can often be shared. What would be the use case for this? |
Fair point. But at least you have an idea of the size of the package without actually digging into the code. Just an idea |
Maybe just listing the number of transitive dependencies of a package (in the default resolution) somewhere would be useful... |
Also: what size are we interested in? gzipped archive size, uncompressed total size (incl/excluding tests and other assets)? It can vary based on the needs and uses of a package. |
For the version listing I would be interested in the compressed archive size. Maybe the others are useful for some purposes. But yeah - a very grey area. |
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
The text was updated successfully, but these errors were encountered: