mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix test (#8536)
This commit is contained in:
parent
8916b101f3
commit
e55c7239ec
@ -69,6 +69,7 @@ class _CupertinoDialogDemoState extends State<CupertinoDialogDemo> {
|
|||||||
new CupertinoButton(
|
new CupertinoButton(
|
||||||
child: new Text('Alert with Title'),
|
child: new Text('Alert with Title'),
|
||||||
color: CupertinoButton.kBlue,
|
color: CupertinoButton.kBlue,
|
||||||
|
padding: new EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
showDemoDialog<String>(
|
showDemoDialog<String>(
|
||||||
context: context,
|
context: context,
|
||||||
|
@ -18,7 +18,7 @@ final List<String> demoTitles = <String>[
|
|||||||
'Pesto',
|
'Pesto',
|
||||||
'Shrine',
|
'Shrine',
|
||||||
'Contact profile',
|
'Contact profile',
|
||||||
// Components
|
// Material Components
|
||||||
'Bottom navigation',
|
'Bottom navigation',
|
||||||
'Buttons',
|
'Buttons',
|
||||||
'Cards',
|
'Cards',
|
||||||
@ -46,6 +46,12 @@ final List<String> demoTitles = <String>[
|
|||||||
'Tabs',
|
'Tabs',
|
||||||
'Text fields',
|
'Text fields',
|
||||||
'Tooltips',
|
'Tooltips',
|
||||||
|
// Cupertino Components
|
||||||
|
'Activity Indicator',
|
||||||
|
'Buttons',
|
||||||
|
'Dialogs',
|
||||||
|
'Sliders',
|
||||||
|
'Switches',
|
||||||
// Style
|
// Style
|
||||||
'Colors',
|
'Colors',
|
||||||
'Typography'
|
'Typography'
|
||||||
@ -54,6 +60,7 @@ final List<String> demoTitles = <String>[
|
|||||||
// Subset of [demoTitles] that needs frameSync turned off.
|
// Subset of [demoTitles] that needs frameSync turned off.
|
||||||
final List<String> unsynchedDemoTitles = <String>[
|
final List<String> unsynchedDemoTitles = <String>[
|
||||||
'Progress indicators',
|
'Progress indicators',
|
||||||
|
'Activity Indicator',
|
||||||
];
|
];
|
||||||
|
|
||||||
final FileSystem _fs = const LocalFileSystem();
|
final FileSystem _fs = const LocalFileSystem();
|
||||||
|
Loading…
Reference in New Issue
Block a user