From a28460517f5f1fb61f08c6e89ee7145e647e9b62 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 10 Jun 2026 11:26:37 -0400 Subject: [PATCH] [ci] Allow mustache_template deps `mustache_template` was moved to flutter/core-packages, but I didn't realize that `google_fonts` uses it in its generator. Now that it's not in-repo, that requires an explicit allowance so that pubspec validation passes. --- .repo_tool_config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.repo_tool_config.yaml b/.repo_tool_config.yaml index 51f676113cf4..7ac843e8901e 100644 --- a/.repo_tool_config.yaml +++ b/.repo_tool_config.yaml @@ -50,6 +50,9 @@ allowed_dependencies: ## Allowed by default: + # flutter/core-packages + - mustache_template + # Dart-team-owned packages - analyzer - args