Revert the Dart SDK to 1e3e5efcd47edeb7ae5a69e146c8ea0559305a98 (#25887)

* Revert "Roll Dart SDK from 3cc6cdab8eaf to b8f4018535fa (2 revisions) (#25885)"

This reverts commit d84caa73631da9f2473a43753b0b7b2a40006f4b.

* Revert "Roll Dart SDK from 6ecae204598d to 3cc6cdab8eaf (2 revisions) (#25877)"

This reverts commit 03bd2e3586113b311e6ed4d977df656fdaea5221.

* Revert "Roll Dart SDK from b98a1eec5eb5 to 6ecae204598d (1 revision) (#25874)"

This reverts commit 7ce622616a33a71526a82b5150c9ded6b44e6f95.

* Revert "Roll Dart SDK from 8c109a734bdc to b98a1eec5eb5 (1 revision) (#25873)"

This reverts commit e623c09591479fef853fba96790e0cd3745f4cde.

* Revert "Roll Dart SDK from ee8eb0a65efa to 8c109a734bdc (1 revision) (#25872)"

This reverts commit 01b9db82fba41efa685644d74d3949861052942f.

* Revert "Roll Dart SDK from 6397e8b91103 to ee8eb0a65efa (1 revision) (#25869)"

This reverts commit 4aae6b328b84d5aa3bad061252a07e2c3ad6b6b0.

* Revert "Roll Dart SDK from 1e3e5efcd47e to 6397e8b91103 (18 revisions) (#25861)"

This reverts commit 74ac0103047b2e68d30e47a158fca9ea8ab23ec6.
2 files changed
tree: 2b9741d3255b805beb9d25f851d2c71473052e85
  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 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 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.