-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
Today, the tool uses package:archive to extract zip archives on Windows, since historically we could not rely on an unzipping utility being installed. However, this is both slow and sometimes results in out of memory crashes by the tool.
In addition, we have pinned the package as it has introduced new dependencies we dont' want to take on: #115660.
We should figure out another solution to extracting zip archives on Windows, that is both efficient and will work for all of our supported Windows users.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team