Revert Dart SDK to 398e847c0b24ad2e57194844410613b7dadcb74f (flutter/engine#42347)

Revert for https://github.com/flutter/flutter/issues/127666
This commit is contained in:
Zachary Anderson 2023-05-26 08:07:25 -07:00 committed by GitHub
parent 6bd25a9256
commit dc511a362b

2
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': '398e847c0b24ad2e57194844410613b7dadcb74f',
'dart_revision': 'bc65e3f5efa0b1de7bccd1592cb633774e8d0efe',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py