tree: a6117d35c1b77723da9a3f24e483fdf1d9d3ddf7 [path history] [tgz]
  1. .github/
  2. assets/
  3. benchmarking/
  4. bin/
  5. build/
  6. ci/
  7. common/
  8. display_list/
  9. docs/
  10. examples/
  11. flow/
  12. flutter_frontend_server/
  13. flutter_vma/
  14. fml/
  15. impeller/
  16. lib/
  17. runtime/
  18. shell/
  19. skia/
  20. sky/
  21. testing/
  22. third_party/
  23. tools/
  24. vulkan/
  25. wasm/
  26. web_sdk/
  27. .ci.yaml
  28. .clang-format
  29. .clang-tidy
  30. .engine-release.version
  31. .git-blame-ignore-revs
  32. .gitattributes
  33. .gitignore
  34. .pylintrc
  35. .style.yapf
  36. analysis_options.yaml
  37. AUTHORS
  38. BUILD.gn
  39. CODEOWNERS
  40. CONTRIBUTING.md
  41. Doxyfile
  42. engine.code-workspace
  43. LICENSE
  44. pubspec.yaml
  45. README.md
engine/src/flutter/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.