Flutter Driver: Test BottomNavigationBarItem
问题 how do I test BottomNavigationBarItems via FlutterDriver ? FlutterDriver allows accessing Widgets via text , byValueKey , byTooltip and byType . But none of these methods work out for my App because of following reasons: text : The App is localized and I need to test the App in multiple languages. byValueKey : BottomNavigationBarItems do not have key properties. byTooltip : BottomNavigationBarItems do not have toolTip properties. byType : byType only returns the first match of the type and no