feat: sync the icon & title (#4150)

* feat: sync the icon & title

* feat: diff the view data when refreshing

* fix: unable to update folder

* test: refactor bloc tests
This commit is contained in:
Lucas.Xu
2023-12-20 10:08:35 +08:00
committed by GitHub
parent b466b425a5
commit 9a1ea138fc
24 changed files with 378 additions and 789 deletions

View File

@ -202,7 +202,7 @@ extension Expectation on WidgetTester {
return find.descendant(
of: find.byWidgetPredicate(
(widget) =>
widget is ViewItem &&
widget is InnerViewItem &&
widget.view.name == parentName &&
widget.view.layout == parentLayout,
skipOffstage: false,