Flutter Test Finders In 15 Minutes
One of the skills of Testing in Flutter is coming up with the right finder so that you can get a unique match to grab that particular widget to test user interactions with that widget. But there are some twists added due to how we deliver material widgets to non-Apple devices and cupertino widgets to Apple devices.
Let me show you some tricks that will make it real easy.