forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
say what the engine is (flutter#3029)
* say what the engine is closes flutter/flutter#289 * Update README.md
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,17 @@ 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. | ||
|
||
_Flutter is an early-stage open-source project._ We are still missing core | ||
features like accessibility, text input, localization, and more. However, | ||
The Flutter Engine is the runtime environment for hosting Flutter applications. | ||
Most developers will interact with Flutter via the Flutter Framework and APIs, | ||
which run inside the engine. | ||
|
||
_Flutter is an early-stage open-source project._ We are still adding | ||
features. However, | ||
you can build demos and examples today. We hope you try it out and send | ||
us [feedback](mailto:[email protected]). | ||
|
||
- For information about using Flutter to build apps, please see | ||
the [getting started guide](http://flutter.io/getting-started/). | ||
the [getting started guide](https://flutter.io/getting-started/). | ||
|
||
- For information about contributing to the Flutter framework, please see | ||
[the main Flutter repository](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md). | ||
|