Flutter: Tree-Shaking vs. Selective Import
When building mobile application, the most important consideration is how to optimise it’s size and performance. In case of flutter, two most important approaches for achieving this is tree-shaking and selective import. In this...