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
af7c5f8e
Commit
af7c5f8e
authored
Jul 20, 2015
by
Collin Jackson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks to launcher
parent
8e68805a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
main.dart
packages/flutter/example/demo_launcher/lib/main.dart
+11
-8
No files found.
packages/flutter/example/demo_launcher/lib/main.dart
View file @
af7c5f8e
...
...
@@ -80,7 +80,7 @@ List<SkyDemo> demos = [
name:
'Asteroids'
,
href:
'../../game/main.dart'
,
bundle:
'game.skyx'
,
description:
'2D game using sprite sheets
to achieve high performance
'
,
description:
'2D game using sprite sheets'
,
textTheme:
typography
.
white
,
decoration:
new
BoxDecoration
(
backgroundImage:
new
BackgroundImage
(
...
...
@@ -93,20 +93,20 @@ List<SkyDemo> demos = [
name:
'Fitness'
,
href:
'../../fitness/lib/main.dart'
,
bundle:
'fitness.skyx'
,
description:
'
Collin should write a nice description
'
,
description:
'
Track progress towards healthy goals
'
,
textTheme:
typography
.
white
,
decoration:
new
BoxDecoration
(
backgroundColor:
co
nst
Color
(
0xFF0081C6
)
backgroundColor:
co
lors
.
Indigo
[
500
]
)
),
new
SkyDemo
(
name:
'
Cards
'
,
name:
'
Swipe Away
'
,
href:
'../../widgets/card_collection.dart'
,
bundle:
'cards.skyx'
,
description:
'
Demo of interactive C
ards'
,
description:
'
Infinite list of swipeable c
ards'
,
textTheme:
typography
.
white
,
decoration:
new
BoxDecoration
(
backgroundColor:
co
nst
Color
(
0xFF0081C6
)
backgroundColor:
co
lors
.
RedAccent
[
200
]
)
),
new
SkyDemo
(
...
...
@@ -127,7 +127,10 @@ List<SkyDemo> demos = [
href:
'../../mine_digger/lib/main.dart'
,
bundle:
'mine_digger.skyx'
,
description:
'Clone of the classic Minesweeper game'
,
textTheme:
typography
.
white
textTheme:
typography
.
white
,
decoration:
new
BoxDecoration
(
backgroundColor:
colors
.
black
)
),
// TODO(jackson): This doesn't seem to be working
...
...
@@ -143,7 +146,7 @@ class DemoList extends Component {
decoration:
demo
.
decoration
,
child:
new
InkWell
(
child:
new
Container
(
margin:
const
EdgeDims
.
all
(
24.0
),
margin:
const
EdgeDims
.
only
(
top:
24.0
,
left:
24.0
),
child:
new
Flex
([
new
Text
(
demo
.
name
,
style:
demo
.
textTheme
.
title
),
new
Flexible
(
...
...
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