1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-12 15:58:32 +00:00

Update M3 demo app layout on small screen (#1558)

This commit is contained in:
Qun Cheng
2023-01-12 12:32:10 -08:00
committed by GitHub
parent 4f059e686e
commit bea2ef6c66
2 changed files with 92 additions and 47 deletions

View File

@@ -40,7 +40,7 @@ void main() {
// Chips
expect(find.byType(ActionChip),
findsNWidgets(7)); // includes Assist and Suggestion chip.
expect(find.byType(FilterChip), findsNWidgets(4));
expect(find.byType(FilterChip), findsNWidgets(3));
expect(find.byType(InputChip), findsNWidgets(4));
// Cards