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 {
final Widget aboutItem = new AboutListTile(
icon: const FlutterLogo(),
applicationVersion: 'March 2018 Preview',
applicationVersion: 'April 2018 Preview',
applicationIcon: const FlutterLogo(),
applicationLegalese: '© 2017 The Chromium Authors',
aboutBoxChildren: <Widget>[
......@@ -251,7 +251,7 @@ class GalleryDrawer extends StatelessWidget {
children: <TextSpan>[
new TextSpan(
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 '
'${defaultTargetPlatform == TargetPlatform.iOS ? 'multiple platforms' : 'iOS and Android'} '
'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