close
The Wayback Machine - https://web.archive.org/web/20200404175818/https://github.com/flutter/engine
Skip to content
The Flutter engine
C++ Dart Java Objective-C++ Objective-C Python Other
Branch: master
Clone or download

Latest commit

Image Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image .github Remove me from auto-assign list (#17446) Apr 1, 2020
Image assets Use the standard [[nodiscard]] attribute instead of an FML macro. (#1… Mar 11, 2020
Image benchmarking Gather demangled stack traces and report the same to console on crash… Mar 10, 2020
Image build Add libfreetype6-dev to desktop Linux dependencies (#17020) Mar 9, 2020
Image ci Roll src/third_party/dart 28eb884d4709..80ae6ed91d6d (2 commits) (#17515 Apr 4, 2020
Image common More rename from GPU thread to raster thread (#17408) Mar 31, 2020
Image docs Minor tweaks to the Doxygen theme. (#11576) Sep 4, 2019
Image e2etests/web/regular_integration_tests Add regression test for treeshaking debugFillProperties (#17325) Mar 31, 2020
Image examples/glfw Added an embedder example (#12808) Oct 8, 2019
Image flow Roll to clang11, mark 4 (#17483) Apr 2, 2020
Image flutter_frontend_server Add build_and_test_linux_release presubmit test (#17073) Apr 2, 2020
Image fml [pipeline] Add trace event for lag between target and display times (#… Apr 3, 2020
Image lib Remove code which skips keyEvent from input control on web (#17242) Apr 1, 2020
Image runtime Use const refs in for loops where reasonable (#17484) Apr 3, 2020
Image shell refactor: split up accessibility bridge and semantics object (#17507) Apr 3, 2020
Image sky Roll to clang11, mark 4 (#17483) Apr 2, 2020
Image testing Remove JSON codec from C++ client wrapper (#17312) Apr 2, 2020
Image third_party Use const refs in for loops where reasonable (#17484) Apr 3, 2020
Image tools Revert "[tools][fuchsia] Do not tar debug symbol CIPD uploads (#17275)" Apr 3, 2020
Image vulkan Remove checks for the always true using_fuchsia_sdk flag in all GN fi… Mar 24, 2020
Image web_sdk build a precompiled SDK with canvas kit enabled (#17115) Mar 12, 2020
Image .cirrus.yml Add build_and_test_linux_release presubmit test (#17073) Apr 2, 2020
Image .clang-format Update Objective-C column limit to 100 (#3585) Apr 11, 2017
Image .gitattributes Force lf-line endings for so that source offsets match across platfor… Oct 2, 2018
Image .gitignore [web] Engine integration test (#16930) Mar 6, 2020
Image AUTHORS Force orientation change when current orientation not allowed on iOS (#… Oct 31, 2019
Image BUILD.gn Remove JSON codec from C++ client wrapper (#17312) Apr 2, 2020
Image CONTRIBUTING.md [fuchsia] Add additional contributing instructions for Googlers (#16337) Feb 3, 2020
Image DEPS Roll src/third_party/dart 28eb884d4709..80ae6ed91d6d (2 commits) (#17515 Apr 4, 2020
Image Doxyfile Minor tweaks to the Doxygen theme. (#11576) Sep 4, 2019
Image LICENSE Update license to sync with flutter/flutter (#7611) Jan 29, 2019
Image README.md Readme change to trigger builds (#17398) Mar 30, 2020
Image analysis_options.yaml Teach frontend compiler to replace `toString` with `super.toString` f… Mar 17, 2020

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 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.

You can’t perform that action at this time.