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 '