patrol testing framework unable to find class in its dependencies in flutter

Viewed 21

Even though I added dependency correctly, it is unable to find the Patrol class inside the dependencies. The correct implementation is shown in this link: https://pub.dev/packages/patrol

enter image description here

1 Answers

The Patrol class has been renamed to NativeAutomator.

Related