remove early-stage from Gallery's About screen (#25798)

This commit is contained in:
Michael Goderbauer 2018-12-27 12:17:42 -08:00 committed by GitHub
parent bacaab9795
commit bb711b5d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ void showGalleryAboutDialog(BuildContext context) {
children: <TextSpan>[
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 '