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(
|
||||
child: new Text('Alert with Title'),
|
||||
color: CupertinoButton.kBlue,
|
||||
padding: new EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0),
|
||||
onPressed: () {
|
||||
showDemoDialog<String>(
|
||||
context: context,
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user