I am coming from the Java world to the Dart world and in Java I could easily see the size of a .jar file. Sometimes I want one functionality from a package, but if the package is too big it doesn't justifies including all that extra code into my app.
How can I see the size of a pub package?