-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
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
We introduced dry-runs to build hooks due to flutter run running concurrently with the inner flutter assemble.
Now we have made the native_assets_builder wait on concurrent invocations, we should be able to do full builds in flutter run which will then be picked up by flutter assemble also invoking the native_assets_builder.
This will simplify the user experience, as there is no longer any reasoning about dry runs or not.
For more info:
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