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
1bd7dbc2
Commit
1bd7dbc2
authored
Feb 17, 2017
by
Ian Hickson
Committed by
GitHub
Feb 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename "Over-scroll" demo to "Pull to refresh" (#8224)
Fixes
https://github.com/flutter/flutter/issues/5935
parent
c458fb9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
item.dart
examples/flutter_gallery/lib/gallery/item.dart
+8
-6
transitions_perf_test.dart
...es/flutter_gallery/test_driver/transitions_perf_test.dart
+1
-1
No files found.
examples/flutter_gallery/lib/gallery/item.dart
View file @
1bd7dbc2
...
...
@@ -42,6 +42,8 @@ class GalleryItem extends StatelessWidget {
}
}
// When editing this list, make sure you keep it in sync with
// the list in ../../test_driver/transitions_perf_test.dart
final
List
<
GalleryItem
>
kAllGalleryItems
=
<
GalleryItem
>[
// Demos
new
GalleryItem
(
...
...
@@ -162,12 +164,6 @@ final List<GalleryItem> kAllGalleryItems = <GalleryItem>[
routeName:
ModalBottomSheetDemo
.
routeName
,
buildRoute:
(
BuildContext
context
)
=>
new
ModalBottomSheetDemo
()
),
new
GalleryItem
(
title:
'Over-scroll'
,
subtitle:
'Refresh and overscroll indicators'
,
routeName:
OverscrollDemo
.
routeName
,
buildRoute:
(
BuildContext
context
)
=>
new
OverscrollDemo
()
),
new
GalleryItem
(
title:
'Page selector'
,
subtitle:
'PageView with indicator'
,
...
...
@@ -186,6 +182,12 @@ final List<GalleryItem> kAllGalleryItems = <GalleryItem>[
routeName:
ProgressIndicatorDemo
.
routeName
,
buildRoute:
(
BuildContext
context
)
=>
new
ProgressIndicatorDemo
()
),
new
GalleryItem
(
title:
'Pull to refresh'
,
subtitle:
'Refresh indicators'
,
routeName:
OverscrollDemo
.
routeName
,
buildRoute:
(
BuildContext
context
)
=>
new
OverscrollDemo
()
),
new
GalleryItem
(
title:
'Scrollable tabs'
,
subtitle:
'Tab bar that scrolls'
,
...
...
examples/flutter_gallery/test_driver/transitions_perf_test.dart
View file @
1bd7dbc2
...
...
@@ -35,10 +35,10 @@ final List<String> demoTitles = <String>[
'List'
,
'Menus'
,
'Modal bottom sheet'
,
'Over-scroll'
,
'Page selector'
,
'Persistent bottom sheet'
,
'Progress indicators'
,
'Pull to refresh'
,
'Scrollable tabs'
,
'Selection controls'
,
'Sliders'
,
...
...
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