From 3900a25f384558e926bda3ee37829131fa3c1154 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 15 Apr 2025 22:46:55 +0000 Subject: [PATCH] Roll Dartdoc to 8.3.3 (#167231) This is required for the latest Dart SDK roll which removes the macros package (see https://github.com/flutter/flutter/pull/167223) --- dev/bots/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 9a9dae07b7a..814164af5f7 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -121,7 +121,7 @@ function generate_docs() { # Install and activate dartdoc. # When updating to a new dartdoc version, please also update # `dartdoc_options.yaml` to include newly introduced error and warning types. - "$DART" pub global activate dartdoc 8.3.0 + "$DART" pub global activate dartdoc 8.3.3 # Build and install the snippets tool, which resides in # the dev/docs/snippets directory.