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
9b5361ac
Commit
9b5361ac
authored
Apr 08, 2016
by
Viktor Lidholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moves and renames gallery demos (#3217)
parent
1251f01e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
home.dart
examples/material_gallery/lib/gallery/home.dart
+2
-2
No files found.
examples/material_gallery/lib/gallery/home.dart
View file @
9b5361ac
...
...
@@ -102,6 +102,8 @@ class GalleryHomeState extends State<GalleryHome> {
new
GalleryItem
(
title:
"Weather"
,
builder:
()
=>
new
WeatherDemo
()),
new
GalleryItem
(
title:
"Fitness"
,
builder:
()
=>
new
FitnessDemo
()),
new
GalleryItem
(
title:
"Fancy lines"
,
builder:
()
=>
new
DrawingDemo
()),
new
GalleryItem
(
title:
'Flexible space toolbar'
,
builder:
()
=>
new
FlexibleSpaceDemo
()),
new
GalleryItem
(
title:
'Floating action button'
,
builder:
()
=>
new
TabsFabDemo
()),
]
),
new
TwoLevelSublist
(
...
...
@@ -109,7 +111,6 @@ class GalleryHomeState extends State<GalleryHome> {
title:
new
Text
(
"Components"
),
children:
<
Widget
>[
new
GalleryItem
(
title:
'Buttons'
,
builder:
()
=>
new
ButtonsDemo
()),
new
GalleryItem
(
title:
'Buttons: floating action button'
,
builder:
()
=>
new
TabsFabDemo
()),
new
GalleryItem
(
title:
'Cards'
,
builder:
()
=>
new
CardsDemo
()),
new
GalleryItem
(
title:
'Chips'
,
builder:
()
=>
new
ChipDemo
()),
new
GalleryItem
(
title:
'Date picker'
,
builder:
()
=>
new
DatePickerDemo
()),
...
...
@@ -132,7 +133,6 @@ class GalleryHomeState extends State<GalleryHome> {
new
GalleryItem
(
title:
'Tabs'
,
builder:
()
=>
new
TabsDemo
()),
new
GalleryItem
(
title:
'Text fields'
,
builder:
()
=>
new
TextFieldDemo
()),
new
GalleryItem
(
title:
'Time picker'
,
builder:
()
=>
new
TimePickerDemo
()),
new
GalleryItem
(
title:
'Toolbar'
,
builder:
()
=>
new
FlexibleSpaceDemo
()),
new
GalleryItem
(
title:
'Tooltips'
,
builder:
()
=>
new
TooltipDemo
()),
]
),
...
...
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