From 2ab50bf68c290b5e06a2f06aa391d3d04d8986fc Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Fri, 6 Nov 2015 10:26:03 -0800 Subject: [PATCH 1/2] clarify flutter is early-stage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e063fc9c870..304eab6c187 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ 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, localisation, and more. However, +you can build demos and examples today. We hope you try it out and send +us [feedback](mailto:flutter-dev@googlegroups.com). + - For information about using Flutter to build apps, please see the [getting started guide](http://flutter.io/getting-started/). From 08e1089e03172009f881de4b276c4fea3623fa6d Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Fri, 6 Nov 2015 11:42:23 -0800 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 304eab6c187..ff58080baf6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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, localisation, and more. However, +features like accessibility, text input, localization, and more. However, you can build demos and examples today. We hope you try it out and send us [feedback](mailto:flutter-dev@googlegroups.com).