You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any documentation on how to create Widget Tests for Tab UI? Found this TODOs Doc that has 2 "tabs", each tab has its own BlocProvider. Can we create a Widget Test for HomeView that properly renders the IndexedStack? I don't know if there's any way we can mock/stub a BlocProvider.
Also found this which uses TabBar and also uses BlocProvider for each tab, but no Widget Tests.
The text was updated successfully, but these errors were encountered:
Description
Is there any documentation on how to create Widget Tests for Tab UI? Found this TODOs Doc that has 2 "tabs", each tab has its own BlocProvider. Can we create a Widget Test for
HomeView
that properly renders theIndexedStack
? I don't know if there's any way we can mock/stub a BlocProvider.Also found this which uses TabBar and also uses BlocProvider for each tab, but no Widget Tests.
The text was updated successfully, but these errors were encountered: