Revert "Roll src/third_party/dart ba8baa46b452..0296286c03f6 (11 commits) (#17226)" (flutter/engine#17239)

This reverts commit 8b4d161c94cf9650bb579c05317e575c88b3004c.

It broke web tests with:

```
org-dartlang-app:///test/material/icon_button_test.dart:15:7: Warning: Implementing 'Function' is deprecated.
Try removing 'Function' from the 'implements' clause.
class MockOnPressedFunction implements Function {
```
This commit is contained in:
Yegor 2020-03-20 17:02:59 -07:00 committed by GitHub
parent c75390f676
commit f9d5f3eb15

4
DEPS
View File

@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '0296286c03f6d7d9db272fc12a1e0c1a4957c69f',
'dart_revision': 'ba8baa46b4527a631c077f5a59c348931688d91a',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@ -77,7 +77,7 @@ vars = {
'dart_pedantic_tag': 'v1.8.0',
'dart_pool_tag': '1.3.6',
'dart_protobuf_rev': '3746c8fd3f2b0147623a8e3db89c3ff4330de760',
'dart_pub_rev': '11afdac99fe67373829f37acc75b625011d360ad',
'dart_pub_rev': '429a06039d185149f387a65e3503b0693ce6d24e',
'dart_pub_semver_tag': 'v1.4.4',
'dart_quiver-dart_tag': '2.0.0+1',
'dart_resource_rev': 'f8e37558a1c4f54550aa463b88a6a831e3e33cd6',