This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-playground-frontend
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-playground-frontend by 
this push:
     new f40d43de66a Update dart version
f40d43de66a is described below

commit f40d43de66a1327764ba09b05840735f6ef48ec7
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Feb 19 00:25:39 2026 +0400

    Update dart version
---
 playground/frontend/playground_components/pubspec.yaml     | 2 +-
 playground/frontend/playground_components_dev/pubspec.yaml | 2 +-
 playground/frontend/pubspec.yaml                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/playground/frontend/playground_components/pubspec.yaml 
b/playground/frontend/playground_components/pubspec.yaml
index c7a050d980d..ac2abfef464 100644
--- a/playground/frontend/playground_components/pubspec.yaml
+++ b/playground/frontend/playground_components/pubspec.yaml
@@ -21,7 +21,7 @@ version: 0.0.1
 publish_to: none
 
 environment:
-  sdk: '>=3.0.2 <4.0.0'
+  sdk: '>=3.2.0 <4.0.0'
   flutter: '>=3.10.4'
 
 dependencies:
diff --git a/playground/frontend/playground_components_dev/pubspec.yaml 
b/playground/frontend/playground_components_dev/pubspec.yaml
index d4b0d09fc33..683d7345019 100644
--- a/playground/frontend/playground_components_dev/pubspec.yaml
+++ b/playground/frontend/playground_components_dev/pubspec.yaml
@@ -21,7 +21,7 @@ version: 0.0.1
 publish_to: none
 
 environment:
-  sdk: '>=3.0.2 <4.0.0'
+  sdk: '>=3.2.0 <4.0.0'
   flutter: '>=3.10.4'
 
 dependencies:
diff --git a/playground/frontend/pubspec.yaml b/playground/frontend/pubspec.yaml
index 4885055eaa7..d61e27cb17b 100644
--- a/playground/frontend/pubspec.yaml
+++ b/playground/frontend/pubspec.yaml
@@ -21,7 +21,7 @@ publish_to: 'none'
 version: 1.0.0+1
 
 environment:
-  sdk: '>=3.0.2 <4.0.0'
+  sdk: '>=3.2.0 <4.0.0'
   flutter: '>=3.10.4'
 
 dependencies:

Reply via email to