Roll src/third_party/dart 11d6bc605512..e8c4aed700f5 (20 commits) (#17421)

https://dart.googlesource.com/sdk.git/+log/11d6bc605512..e8c4aed700f5

git log 11d6bc605512..e8c4aed700f5 --date=short --first-parent --format='%ad %ae %s'
2020-03-31 scheglov@google.com Remove implementedForMixing from inheritance manager.
2020-03-31 scheglov@google.com Fix for crash in WrapInText when the parameter is not InterfaceType.
2020-03-31 rnystrom@google.com Migrate language_2/compile_time_constant to NNBD.
2020-03-31 alexmarkov@google.com [vm/nnbd] Do not treat late final fields as immutable
2020-03-31 lrn@google.com Add specialized classes for ZoneFunction<Function> to handle generics.
2020-03-31 sstrickl@google.com [vm] Check the global object pool (if any) when visiting functions.
2020-03-31 jensj@google.com [CFE] Add "annotate lines" option to parser suite
2020-03-31 sortie@google.com [dart:_http] Fix HeaderValue.parse if valueSeparator is parameterSeparator.
2020-03-31 sigurdm@google.com Bump pub revision
2020-03-31 kustermann@google.com [infra] Update tools/test.py and test matrix for running tests with arm64-qemu
2020-03-31 athom@google.com [co19] Roll co19 to 9934d8540d097366287267519413e888a7f6a482
2020-03-31 dmitryas@google.com [cfe] Apply the special treatment of FutureOr in GLB for NNBD
2020-03-31 karlklose@google.com [infra] Remove unused bot script
2020-03-31 jensj@google.com [CFE] Perform transformPostInference when doing expression compilation
2020-03-31 karlklose@google.com [infra] Remove creation of unused file
2020-03-31 asiva@google.com [Tests] Skip debugger_location_test (see https://github.com/dart-lang/sdk/issues/41219)
2020-03-31 rnystrom@google.com Migrate language_2/canonicalize to NNBD.
2020-03-30 srujzs@google.com [dart:html] Add bool type to supportsTypedData
2020-03-30 scheglov@google.com Deprecate isProxy / isOrInheritsProxy in ClassElement.
2020-03-30 scheglov@google.com Set dynamic resolution for super MethodInvocation in invalid context.

Created with:
  gclient setdep -r src/third_party/dart@e8c4aed700f5

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Bug: None
Tbr: dart-vm-team@google.com
2 files changed
tree: 666b4aded20d2de01058fa55b736091e0fd263bc
  1. .github/
  2. assets/
  3. benchmarking/
  4. build/
  5. ci/
  6. common/
  7. docs/
  8. e2etests/
  9. examples/
  10. flow/
  11. flutter_frontend_server/
  12. fml/
  13. lib/
  14. runtime/
  15. shell/
  16. sky/
  17. testing/
  18. third_party/
  19. tools/
  20. vulkan/
  21. web_sdk/
  22. .cirrus.yml
  23. .clang-format
  24. .gitattributes
  25. .gitignore
  26. analysis_options.yaml
  27. AUTHORS
  28. BUILD.gn
  29. CONTRIBUTING.md
  30. DEPS
  31. Doxyfile
  32. LICENSE
  33. README.md
README.md

Flutter Engine

Build Status - Cirrus

Flutter is Google's mobile app SDK for crafting high-quality native interfaces in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter's core libraries, including animation and graphics, file and network I/O, accessibility support, plugin architecture, and a Dart runtime and compile toolchain. Most developers will interact with Flutter via the Flutter Framework, which provides a modern, reactive framework, and a rich set of platform, layout and foundation widgets.

If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our Web site at Flutter.dev. For specific information about Flutter's APIs, consider our API reference which can be found at the docs.flutter.dev.

Flutter is a fully open source project, and we welcome contributions. Information on how to get started can be found at our contributor guide.