Unverified Commit 171f94d1 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Update gallery about box. (#15954)

parent 49c87d01
...@@ -240,7 +240,7 @@ class GalleryDrawer extends StatelessWidget { ...@@ -240,7 +240,7 @@ class GalleryDrawer extends StatelessWidget {
final Widget aboutItem = new AboutListTile( final Widget aboutItem = new AboutListTile(
icon: const FlutterLogo(), icon: const FlutterLogo(),
applicationVersion: 'March 2018 Preview', applicationVersion: 'April 2018 Preview',
applicationIcon: const FlutterLogo(), applicationIcon: const FlutterLogo(),
applicationLegalese: '© 2017 The Chromium Authors', applicationLegalese: '© 2017 The Chromium Authors',
aboutBoxChildren: <Widget>[ aboutBoxChildren: <Widget>[
...@@ -251,7 +251,7 @@ class GalleryDrawer extends StatelessWidget { ...@@ -251,7 +251,7 @@ class GalleryDrawer extends StatelessWidget {
children: <TextSpan>[ children: <TextSpan>[
new TextSpan( new TextSpan(
style: aboutTextStyle, style: aboutTextStyle,
text: 'Flutter is an early-stage, open-source project to help developers' text: 'Flutter is an early-stage, 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 gallery is a preview of '
......
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