As a tech person who found flutter in his portfolio of technology, the most common question I get is that testing automation engineers didn’t know that flutter is not supported by appium, how can they write tests for it, how can they automate testing with it? So I’ll share some insight on how we can use a practical example to check flutter applications with appium-flutter-driver.

Setting Up Project

As Flutter did not use native components, it means you need to specify keys to make your widgets accessible to the appium-flutter-driver (also for standard flutter tests).

 

To read more, click on the link below,

https://www.fleekitsolutions.com/automating-flutter-app-appium-flutter-driver/