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.

Related questions

0 votes
asked Aug 8, 2023 in Flutter by DavidAnderson
0 votes
asked Aug 8, 2023 in Flutter by DavidAnderson
...