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
e55c7239
Commit
e55c7239
authored
Mar 02, 2017
by
xster
Committed by
GitHub
Mar 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test (#8536)
parent
8916b101
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
cupertino_dialog_demo.dart
...ter_gallery/lib/demo/cupertino/cupertino_dialog_demo.dart
+1
-0
transitions_perf_test.dart
...es/flutter_gallery/test_driver/transitions_perf_test.dart
+8
-1
No files found.
examples/flutter_gallery/lib/demo/cupertino/cupertino_dialog_demo.dart
View file @
e55c7239
...
...
@@ -69,6 +69,7 @@ class _CupertinoDialogDemoState extends State<CupertinoDialogDemo> {
new
CupertinoButton
(
child:
new
Text
(
'Alert with Title'
),
color:
CupertinoButton
.
kBlue
,
padding:
new
EdgeInsets
.
symmetric
(
vertical:
16.0
,
horizontal:
36.0
),
onPressed:
()
{
showDemoDialog
<
String
>(
context:
context
,
...
...
examples/flutter_gallery/test_driver/transitions_perf_test.dart
View file @
e55c7239
...
...
@@ -18,7 +18,7 @@ final List<String> demoTitles = <String>[
'Pesto'
,
'Shrine'
,
'Contact profile'
,
// Components
//
Material
Components
'Bottom navigation'
,
'Buttons'
,
'Cards'
,
...
...
@@ -46,6 +46,12 @@ final List<String> demoTitles = <String>[
'Tabs'
,
'Text fields'
,
'Tooltips'
,
// Cupertino Components
'Activity Indicator'
,
'Buttons'
,
'Dialogs'
,
'Sliders'
,
'Switches'
,
// Style
'Colors'
,
'Typography'
...
...
@@ -54,6 +60,7 @@ final List<String> demoTitles = <String>[
// Subset of [demoTitles] that needs frameSync turned off.
final
List
<
String
>
unsynchedDemoTitles
=
<
String
>[
'Progress indicators'
,
'Activity Indicator'
,
];
final
FileSystem
_fs
=
const
LocalFileSystem
();
...
...
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