README.md 1.2 KB
Newer Older
1 2
Flutter Engine
==============
3
[![Build Status](https://travis-ci.org/flutter/engine.svg)](https://travis-ci.org/flutter/engine)
C
Collin Jackson 已提交
4

A
Adam Barth 已提交
5 6 7
Flutter is a new way to build high-performance, cross-platform mobile apps.
Flutter is optimized for today's, and tomorrow's, mobile devices. We are
focused on low-latency input and high frame rates on Android and iOS.
C
Collin Jackson 已提交
8

S
Seth Ladd 已提交
9
_Flutter is an early-stage open-source project._ We are still missing core
S
Seth Ladd 已提交
10
features like accessibility, text input, localization, and more. However,
S
Seth Ladd 已提交
11 12 13
you can build demos and examples today. We hope you try it out and send
us [feedback](mailto:flutter-dev@googlegroups.com).

A
Adam Barth 已提交
14
 - For information about using Flutter to build apps, please see
A
Adam Barth 已提交
15
   the [getting started guide](http://flutter.io/getting-started/).
C
Collin Jackson 已提交
16

17 18 19 20
 - For information about contributing to the Flutter framework, please see
   [the main Flutter repository](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md).

 - For information about contributing code to the engine itself, please see
A
Adam Barth 已提交
21
   [CONTRIBUTING.md](CONTRIBUTING.md).
A
Adam Barth 已提交
22 23 24 25

Community
---------

A
Adam Barth 已提交
26
Join us on IRC at `#flutter` on Freenode or join our mailing list,
A
Adam Barth 已提交
27
[flutter-dev@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-dev).