Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistently require Dart 3.1 #3941

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion analyze/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Cocoon static analysis scripts
publish_to: none

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ^3.1.0

dependencies:
file: 7.0.0
Expand Down
2 changes: 1 addition & 1 deletion app_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: https://github.com/flutter/cocoon
publish_to: none

environment:
sdk: '>=3.0.0-0 <4.0.0'
sdk: ^3.1.0

dependencies:
appengine: 0.13.7
Expand Down
2 changes: 1 addition & 1 deletion auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: none
homepage: https://github.com/flutter/cocoon/blob/main/autosubmit

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.1.0

dependencies:
appengine: 0.13.9
Expand Down
2 changes: 1 addition & 1 deletion cipd_packages/codesign/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
homepage: https://github.com/flutter/cocoon

environment:
sdk: '>=2.18.0 <4.0.0'
sdk: ^3.1.0

dev_dependencies:
lints: 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion cipd_packages/device_doctor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Dart tool to check device healthiness and implement recovery mech
version: 1.0.1

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ^3.1.0

dependencies:
analyzer: 6.4.1
Expand Down
2 changes: 1 addition & 1 deletion dev/githubanalysis/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: githubanalysis

environment:
sdk: '>=3.0.0-245.0.dev <4.0.0'
sdk: ^3.1.0

dependencies:
github: ^9.9.0
Expand Down
2 changes: 1 addition & 1 deletion dev/wiki-visualizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A sample command-line application.
version: 1.0.0

environment:
sdk: ^3.2.0-38.0.dev
sdk: ^3.2.0

dev_dependencies:
lints: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion licenses/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: license_checks
description: Script to check licenses.

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ^3.1.0

dependencies:
path: 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/buildbucket-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.12
repository: https://github.com/flutter/cocoon/tree/main/packages/buildbucket-dart

environment:
sdk: '>=3.0.0-0 <4.0.0'
sdk: ^3.1.0

dependencies:
protoc_plugin: 21.1.2
Expand Down
2 changes: 1 addition & 1 deletion test_utilities/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Flutter continuous integration agent (Cocoon agent)
homepage: https://github.com/flutter/cocoon

environment:
sdk: '>=2.18.0 < 4.0.0'
sdk: ^3.1.0

dev_dependencies:
args: 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion triage_bot/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/flutter/cocoon/
publish_to: 'none'

environment:
sdk: ^3.0.0
sdk: ^3.1.0

dependencies:
appengine: ^0.13.5
Expand Down