-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: widget previewsIssues related to the Widget Previewer toolingIssues related to the Widget Previewer toolingfyi-toolFor the attention of Flutter Tool teamFor the attention of Flutter Tool team
Description
flutter_tools was the only package to depend on unified_analytics. During the autoroll, there is a mismatch in versions of this package:
Resolving dependencies in `packages/flutter_tools/test/widget_preview_scaffold.shard/widget_preview_scaffold`...
Because every version of flutter_tools from path depends on unified_analytics 8.0.10 and widget_preview_scaffold depends on unified_analytics 8.0.5, flutter_tools from path is forbidden.
So, because widget_preview_scaffold depends on flutter_tools from path, version solving failed.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: widget previewsIssues related to the Widget Previewer toolingIssues related to the Widget Previewer toolingfyi-toolFor the attention of Flutter Tool teamFor the attention of Flutter Tool team