From c0966b4cbbf90f34759c919ce6130f7468ba1f61 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Mon, 10 May 2021 16:15:31 -0700 Subject: [PATCH] Update README so it's not mobile-specific (#26057) Flutter now covers many non-mobile platforms such as web, desktop, and embedded scenarios. This updates the introductory text in the README to match the wording used in the framework README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b552ed7063729..ebc69b0ce939b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ Flutter Engine [![Build Status - Cirrus][]][Build status] -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. +Flutter is Google's SDK for crafting beautiful, fast user experiences for +mobile, web, and desktop from a single codebase. Flutter works with existing +code, is used by developers and organizations around the world, and is free +and open source. The Flutter Engine is a portable runtime for hosting [Flutter](https://flutter.dev) applications. It implements Flutter's core