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
0265dd3c
Commit
0265dd3c
authored
Jul 27, 2016
by
Hans Muller
Committed by
GitHub
Jul 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide the data table demo for now (#5060)
parent
1097d92a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
item.dart
examples/flutter_gallery/lib/gallery/item.dart
+0
-6
transitions_perf_test.dart
...es/flutter_gallery/test_driver/transitions_perf_test.dart
+0
-1
No files found.
examples/flutter_gallery/lib/gallery/item.dart
View file @
0265dd3c
...
@@ -90,12 +90,6 @@ final List<GalleryItem> kAllGalleryItems = <GalleryItem>[
...
@@ -90,12 +90,6 @@ final List<GalleryItem> kAllGalleryItems = <GalleryItem>[
routeName:
DatePickerDemo
.
routeName
,
routeName:
DatePickerDemo
.
routeName
,
buildRoute:
(
BuildContext
context
)
=>
new
DatePickerDemo
()
buildRoute:
(
BuildContext
context
)
=>
new
DatePickerDemo
()
),
),
new
GalleryItem
(
title:
'Data tables'
,
subtitle:
'Full-featured grid'
,
routeName:
DataTableDemo
.
routeName
,
buildRoute:
(
BuildContext
context
)
=>
new
DataTableDemo
()
),
new
GalleryItem
(
new
GalleryItem
(
title:
'Dialog'
,
title:
'Dialog'
,
subtitle:
'All kinds: simple, alert, fullscreen, etc'
,
subtitle:
'All kinds: simple, alert, fullscreen, etc'
,
...
...
examples/flutter_gallery/test_driver/transitions_perf_test.dart
View file @
0265dd3c
...
@@ -31,7 +31,6 @@ final List<String> demoTitles = <String>[
...
@@ -31,7 +31,6 @@ final List<String> demoTitles = <String>[
'Cards'
,
'Cards'
,
'Chips'
,
'Chips'
,
'Date picker'
,
'Date picker'
,
'Data tables'
,
'Dialog'
,
'Dialog'
,
'Expand/collapse list control'
,
'Expand/collapse list control'
,
'Floating action button'
,
'Floating action button'
,
...
...
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