Revert Dart SDK to 3.1.0-166.0.dev (flutter/engine#42568)

Rolls to the Framework are failing repeatedly in tool integration tests
since the attempt at https://github.com/flutter/flutter/pull/128168
This commit is contained in:
Zachary Anderson 2023-06-05 08:29:11 -07:00 committed by GitHub
parent 63728d2a4c
commit b04fdabef2

4
DEPS
View File

@ -53,7 +53,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '5144119b99c8215bf33b5a411923a89a8d02c81f',
'dart_revision': 'd198f84f5e4e7740e373bd7ba2f6d9b60298684f',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@ -505,7 +505,7 @@ deps = {
Var('dart_git') + '/yaml_edit.git' + '@' + Var('dart_yaml_edit_rev'),
'src/third_party/dart/tools/sdks/dart-sdk':
{'packages': [{'version': 'version:3.1.0-155.0.dev', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
{'packages': [{'version': 'git_revision:7a6514d1377175decd3a886fe4190fbbebddac3a', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.