Skip to content

Commit e905762

Browse files
authored
Merge branch 'main' into colorscheme-mobile-support-v2
2 parents 4c9bcb0 + b89a0d1 commit e905762

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.repo_tool_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ allowed_dependencies:
5858
- build_config
5959
- build_runner
6060
- build_test
61+
- clock
6162
- code_builder
6263
- collection
6364
- convert
@@ -112,6 +113,7 @@ allowed_dependencies:
112113
- googleapis
113114
- googleapis_auth
114115
- json_annotation
116+
- material_color_utilities
115117
- protobuf
116118
- quiver
117119
- sanitize_html

script/configs/custom_analysis.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
- rfw/example
2929
# Disables docs requirements, as it is test code.
3030
- web_benchmarks/testing/test_app
31+
# Temporarily ignore tests that have yet to have their cross imports fixed.
32+
# See https://github.com/flutter/flutter/issues/177028.
33+
- material_ui
34+
- cupertino_ui

0 commit comments

Comments
 (0)