From bb711b5d048939e962e11a14ea4303c89ef20d3a Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 27 Dec 2018 12:17:42 -0800 Subject: [PATCH] remove early-stage from Gallery's About screen (#25798) --- examples/flutter_gallery/lib/gallery/about.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flutter_gallery/lib/gallery/about.dart b/examples/flutter_gallery/lib/gallery/about.dart index 7a09a20cf9..b8e13273df 100644 --- a/examples/flutter_gallery/lib/gallery/about.dart +++ b/examples/flutter_gallery/lib/gallery/about.dart @@ -50,7 +50,7 @@ void showGalleryAboutDialog(BuildContext context) { children: [ TextSpan( style: aboutTextStyle, - text: 'Flutter is an early-stage, open-source project to help developers ' + text: 'Flutter is an open-source project to help developers ' 'build high-performance, high-fidelity, mobile apps for ' '${defaultTargetPlatform == TargetPlatform.iOS ? 'multiple platforms' : 'iOS and Android'} ' 'from a single codebase. This gallery is a preview of '