What is Flutter_driver?

Provides API to test Flutter applications that run on real devices and emulators . The application runs in a separate process from the test itself. This is Flutter’s version of Selenium WebDriver (generic web), Protractor (Angular), Espresso (Android) or Earl Gray (iOS).

Read more