Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1212d4c7
Unverified
Commit
1212d4c7
authored
Jan 04, 2019
by
xster
Committed by
GitHub
Jan 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean gallery about page post-1.0 (#26031)
parent
caf6027d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
about.dart
examples/flutter_gallery/lib/gallery/about.dart
+5
-5
No files found.
examples/flutter_gallery/lib/gallery/about.dart
View file @
1212d4c7
...
...
@@ -39,9 +39,9 @@ void showGalleryAboutDialog(BuildContext context) {
showAboutDialog
(
context:
context
,
applicationVersion:
'
April 2018 Preview
'
,
applicationVersion:
'
January 2019
'
,
applicationIcon:
const
FlutterLogo
(),
applicationLegalese:
'© 201
7
The Chromium Authors'
,
applicationLegalese:
'© 201
9
The Chromium Authors'
,
children:
<
Widget
>[
Padding
(
padding:
const
EdgeInsets
.
only
(
top:
24.0
),
...
...
@@ -53,9 +53,9 @@ void showGalleryAboutDialog(BuildContext context) {
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
'
"
Flutter's many widgets, behaviors, animations, layout
s, "
'and more. Learn more about Flutter at '
'from a single codebase. This
design lab is a playground
'
"
and showcase of Flutter's many widgets, behavior
s, "
'an
imations, layouts, an
d more. Learn more about Flutter at '
),
_LinkTextSpan
(
style:
linkStyle
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment