Unverified Commit 1212d4c7 authored by xster's avatar xster Committed by GitHub

Clean gallery about page post-1.0 (#26031)

parent caf6027d
...@@ -39,9 +39,9 @@ void showGalleryAboutDialog(BuildContext context) { ...@@ -39,9 +39,9 @@ void showGalleryAboutDialog(BuildContext context) {
showAboutDialog( showAboutDialog(
context: context, context: context,
applicationVersion: 'April 2018 Preview', applicationVersion: 'January 2019',
applicationIcon: const FlutterLogo(), applicationIcon: const FlutterLogo(),
applicationLegalese: '© 2017 The Chromium Authors', applicationLegalese: '© 2019 The Chromium Authors',
children: <Widget>[ children: <Widget>[
Padding( Padding(
padding: const EdgeInsets.only(top: 24.0), padding: const EdgeInsets.only(top: 24.0),
...@@ -53,9 +53,9 @@ void showGalleryAboutDialog(BuildContext context) { ...@@ -53,9 +53,9 @@ void showGalleryAboutDialog(BuildContext context) {
text: 'Flutter is an open-source project to help developers ' text: 'Flutter is an open-source project to help developers '
'build high-performance, high-fidelity, mobile apps for ' 'build high-performance, high-fidelity, mobile apps for '
'${defaultTargetPlatform == TargetPlatform.iOS ? 'multiple platforms' : 'iOS and Android'} ' '${defaultTargetPlatform == TargetPlatform.iOS ? 'multiple platforms' : 'iOS and Android'} '
'from a single codebase. This gallery is a preview of ' 'from a single codebase. This design lab is a playground '
"Flutter's many widgets, behaviors, animations, layouts, " "and showcase of Flutter's many widgets, behaviors, "
'and more. Learn more about Flutter at ' 'animations, layouts, and more. Learn more about Flutter at '
), ),
_LinkTextSpan( _LinkTextSpan(
style: linkStyle, style: linkStyle,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment