SchabanBo / pub_manager

Manage packages in your Dart and Flutter projects. View package information, check for updates, and easily update your
MIT License
5 stars 1 forks source link

[Feature request] Check the sizes of the imported packages #11

Open bvoq opened 8 months ago

bvoq commented 8 months ago

You already have a fantastic button for static analysis for showing unused packages and unused files.

Using flutter build <platform> --analyze-size you could also show how much MB each package contributes to the total build size (after tree-shaking). For details see: https://docs.flutter.dev/perf/app-size#breaking-down-the-size

Thanks for considering!

Sunil-Gupta-Covira commented 3 months ago

This will really help manage bloat - often we add a package during development and forget this aspect over time.