Skip to content
master
Go to file
Code

Latest commit

dart-lang/sdk@dcd5a8f [vm/aot] Two improvements to signature shaking (reland)
dart-lang/sdk@5bff8f3 [co19] Roll co19 to 8740182c0547c1b26b79a5f96e28a0d5cd27b0c9
dart-lang/sdk@b16e402 Prepare for replacing PackageBundle with PackageBundleReader.
dart-lang/sdk@85174e4 Revert "Reland "update Glob in the sdk, also adds package:file to the sdk""
dart-lang/sdk@4a206e4 Analyzer: Report invalid instance access from closure within factory
dart-lang/sdk@72e8eab [vm/concurrency] Reduce public API surface of ICData, remove unused methods, make methods private
dart-lang/sdk@94f6532 Capture a couple of failing completions as tests
dart-lang/sdk@c62709e Reland "update Glob in the sdk, also adds package:file to the sdk"
dart-lang/sdk@4fc797d [Analyzer] Add LSP dart.analysisExcludedFolders to readme
dart-lang/sdk@e047dd6 Ensure that function elements inside local variable elements have unique locations.
dart-lang/sdk@7de6710 [co19] Roll co19 to 7a43aa19fb31db657b8b2dac2ed8a8af28889be3
dart-lang/sdk@3677619 [vm/corelib] Fix ConcurrentModificationError for empty addAll.
dart-lang/sdk@b64550e Add a `nullFuture` in `dart:internal`.
cec8a6e

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

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.

You can’t perform that action at this time.