tree: 994742392f3e86a2df3698811270ef13e7317148 [path history] [tgz]
  1. build/
  2. build_overrides/
  3. flutter/
  4. tools/
  5. .clang-format
  6. .gitattributes
  7. .gitignore
  8. .gn
  9. AUTHORS
  10. BUILD.gn
  11. LICENSE
  12. README.md
engine/src/README.md

Flutter Engine

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.

More tooling is available to make development experiences easier:

TargetTool
Webfelt
Mobile or Desktopet

To learn about running tests, see testing the engine.