From 266dcdb09ff7ad11f0abdcf77b9910864d231df7 Mon Sep 17 00:00:00 2001 From: "batch-changes-for-github[bot]" <253819643+batch-changes-for-github[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:36:10 +0000 Subject: [PATCH] Raise the range for build dependencies to allow Analyzer 10 under Dart 3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8903a3b..e23370d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,6 +13,6 @@ dependencies: dev_dependencies: build_runner: ^2.0.0 build_web_compilers: '>=3.0.0 <5.0.0' - dart_style: ^2.1.1 + dart_style: '>=2.1.1 <4.0.0' test: ^1.17.12 workiva_analysis_options: ^1.4.2