0 votes
in Flutter by
What is tree shaking in Flutter?

1 Answer

0 votes
by

Tree shaking is an optimization technique to remove the unused module in the bundle during the build process. It is a dead code elimination technique used to optimize the code.

...