Revert Dart SDK to 67be110b5ba8fc84af5e7136389e52a13ccbc9d5 (#26232)

* Revert "Roll Dart SDK from 13e329e614f2 to 2eea032403e2 (1 revision) (#26222)"

This reverts commit 849ce7e6b791700250a16836178b1930952470f8.

* Revert "Roll Dart SDK from 510f26486328 to 13e329e614f2 (1 revision) (#26218)"

This reverts commit 6ceab157df12647f02e33d4a04b8519e882972e6.

* Revert "Roll Dart SDK from 67be110b5ba8 to 510f26486328 (3 revisions) (#26212)"

This reverts commit 391e22dcb8a12cfc52a816b2eae3051bdeaa3e3b.
2 files changed
tree: 250700e77fe80db34eac109f7bb7662552a7d42d
  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. .clang-tidy
  25. .gitattributes
  26. .gitignore
  27. analysis_options.yaml
  28. AUTHORS
  29. BUILD.gn
  30. CONTRIBUTING.md
  31. DEPS
  32. Doxyfile
  33. LICENSE
  34. README.md
README.md

Flutter Engine

Build Status - Cirrus

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.