Prepare for archive (#57288)

8 files changed
tree: 35a07116a573881e4aa0edaa3b5cad9642ae03f1
  1. assets/
  2. benchmarking/
  3. bin/
  4. build/
  5. build_overrides/
  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. DEPS
  42. Doxyfile
  43. engine.code-workspace
  44. LICENSE
  45. pubspec.yaml
  46. README.md
README.md

Flutter Engine

[!Important] This repostiory is archived. The engine was migrated to flutter/flutter/engine.

Flutter CI Status

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.