Files

29 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

Flutter Engine
==============
2019-08-14 14:33:22 -07:00
[![Build Status - Cirrus][]][Build status]
2015-07-16 13:26:54 -07:00
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.
2015-07-16 13:26:54 -07:00
2018-04-13 15:46:54 -07:00
The Flutter Engine is a portable runtime for hosting
[Flutter](https://flutter.dev) applications. It implements Flutter's core
2018-04-13 15:46:54 -07:00
libraries, including animation and graphics, file and network I/O,
accessibility support, plugin architecture, and a Dart runtime and compile
2018-05-22 05:46:41 +05:30
toolchain. Most developers will interact with Flutter via the [Flutter
2018-04-13 15:46:54 -07:00
Framework](https://github.com/flutter/flutter), which provides a modern,
reactive framework, and a rich set of platform, layout and foundation widgets.
2018-11-06 13:41:06 -08:00
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](https://flutter.dev). For specific information
2018-11-06 13:41:06 -08:00
about Flutter's APIs, consider our API reference which can be found at
the [docs.flutter.dev](https://docs.flutter.dev/).
2016-09-14 10:25:19 -07:00
Flutter is a fully open source project, and we welcome contributions.
Information on how to get started can be found at our
[contributor guide](CONTRIBUTING.md).
[Build Status - Cirrus]: https://api.cirrus-ci.com/github/flutter/engine.svg?branch=master
2019-08-14 14:33:22 -07:00
[Build status]: https://cirrus-ci.com/github/flutter/engine