1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 23:08:59 +00:00

Add a SearchAnchor example to experimental demo (#1722)

This commit is contained in:
Qun Cheng
2023-04-04 09:13:47 -07:00
committed by GitHub
parent 87bb622623
commit 1c127bc2c9
2 changed files with 122 additions and 1 deletions

View File

@@ -93,6 +93,9 @@ void main() {
// Tabs
expect(find.byType(TabBar), findsOneWidget);
// Search
expect(find.byType(SearchBar), findsOneWidget);
// Top app bars
expect(find.byType(AppBar), findsNWidgets(6));