2015-11-08 21:56:42 -08:00
|
|
|
Flutter Engine
|
|
|
|
|
==============
|
2019-08-14 14:33:22 -07:00
|
|
|
[![Build Status - Cirrus][]][Build status]
|
2015-07-16 13:26:54 -07:00
|
|
|
|
2019-06-21 23:42:49 -07:00
|
|
|
Flutter is Google's mobile app SDK for crafting high-quality native interfaces
|
2019-12-10 11:02:08 -08:00
|
|
|
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
|
2019-04-12 19:36:16 +02:00
|
|
|
[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
|
2019-04-12 19:36:16 +02:00
|
|
|
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
|
2019-04-12 19:36:16 +02:00
|
|
|
the [docs.flutter.dev](https://docs.flutter.dev/).
|
2016-09-14 10:25:19 -07:00
|
|
|
|
2019-06-21 23:42:49 -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).
|
|
|
|
|
|
2019-10-09 20:04:34 -07:00
|
|
|
[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
|