Roll dart to 3.1.0-169.0.dev (#42602)

Dart changes since last roll
```
d00a370c1fd (HEAD, tag: 3.1.0-169.0.dev) Version 3.1.0-169.0.dev
00d63e7bf96 [ddc] Fix covariant bound checks with new types
ff3117ac474 (tag: 3.1.0-168.0.dev) Version 3.1.0-168.0.dev
4f2f3405fb5 [analyzer] Refactor visitInterpolationExpression in constant evaluator.
41c17e0b015 [vm, gc] Remembered cards tweaks.
d4adfcccaf1 [dart:js_interop/ddc] Lower static interop using call-site and omit tear-offs
c98ec26c910 [dart:js_interop] Disallow external extension members with 'static'
46d9f76f7e6 Add postEvent to dds client.
25c0ae1c423 Link to dart.dev for linter rules
605e89d3bd1 [analyzer_utilities] Find pkg folder from working directory
32977d8f436 [infra] Setup Windows ARM64.
808b4d5bf6a [vm/aot/tfa] Cleanup _FallthroughDetector
e0ced74e154 [gardening] Marking evaluate_activation_test as slow.
3a15031b183 (tag: 3.1.0-167.0.dev) Version 3.1.0-167.0.dev
d198f84f5e4 (tag: 3.1.0-166.0.dev) Version 3.1.0-166.0.dev
486b3b380e0 [vm/aot/tfa] Fix building of data flow summary in case of break from try/finally
8091581e720 [cfe] Use unchecked AsExpression instead of promoted VariableGet
17781dbc364 [frontend/dds] Enable frontend server and dds to pass through types, method and class information for expression evaluation.
877fe38f0ce [dart2wasm] Fix runtime type tests
8dfd80486e6 [infra] Rename dart2wasm configurations and builders
33fd4933304 [cfe] Constant evaluate string interpolation
9d8df2a5210 (tag: 3.1.0-165.0.dev) Version 3.1.0-165.0.dev
b7ea982bea6 Flow analysis: Simplify ExpressionInfo class hierarchy.
b1134039940 use switch cases where it makes sense in the macro code
b43d95a942d [test] Re-establish at least some Fuchsia testing.
79e67836378 Typing tweaks for ExecuteCommandHandler.
2c9bc7b9586 (tag: 3.1.0-164.0.dev) Version 3.1.0-164.0.dev
7b3305ebee9 [deps] rev args, bazel_worker, dartdoc, http, leak_tracker, mockito, native, protobuf, pub_semver, shelf, stack_trace, tools, vector_math, webdev
247ca91bb89 [analysis_server] Tweak "ignore diagnostic" text for file
475240d2346 Reland "[VM/Timeline] Make timestamp1_or_id variables more understandable"
310baf27375 mark all public interfaces as abstract interface classes
63d856d4878 [test] Avoid quadratic complexity in vm/dart/unobfuscated_static_symbols_test
e316fb84a11 [js] Add inlining hints to js patch files.
0d1a9df087f [analyzer] Refactor visitAdjacentStrings and visitStringInterpolation for the constant evaluator.
709c0e4ccd3 Flow analysis: combine ExpressionInfo, ReferenceWithType, and EqualityInfo.
990fdea1d50 [cfe] Fix for transforming record literals to const records with unevaluated const elements.
52791b4e0d3 [build] Decide in one place between using app-jit and kernel for the SDK snapshots.
2 files changed
tree: dcb4ff2830d7f6c0ee5a2271c38670c9efcbeac8
  1. .github/
  2. assets/
  3. benchmarking/
  4. build/
  5. ci/
  6. common/
  7. display_list/
  8. docs/
  9. examples/
  10. flow/
  11. flutter_frontend_server/
  12. flutter_vma/
  13. fml/
  14. impeller/
  15. lib/
  16. runtime/
  17. shell/
  18. sky/
  19. testing/
  20. third_party/
  21. tools/
  22. vulkan/
  23. wasm/
  24. web_sdk/
  25. .ci.yaml
  26. .clang-format
  27. .clang-tidy
  28. .gitattributes
  29. .gitignore
  30. .pylintrc
  31. .style.yapf
  32. analysis_options.yaml
  33. AUTHORS
  34. BUILD.gn
  35. CODEOWNERS
  36. CONTRIBUTING.md
  37. DEPS
  38. Doxyfile
  39. LICENSE
  40. README.md
README.md

Flutter Engine

OpenSSF Scorecard

Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. 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 want to run/contribute to Flutter Web engine, more tooling can be found at felt. This is a tool written to make web engine development experience easy.

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.