Use this tag for questions about Patrol - a testing framework for Flutter apps. If your question is platform-specific, tag the platform as well (e.g., [android], [ios], etc.). You may also wish to include the [dart] and [testing] tags.
Patrol is a testing framework for Flutter. It builds on top of Flutter's testing tools.
Patrol lets you access features of the platform that the Flutter app is running on. For example, you can go to the home screen, tap on notifications, change device settings, or toggle Wi-Fi – and you can code this very easily in Dart.
Patrol also provides a new custom finder system that extends Flutter's default finders. Patrol's custom finders make writing Flutter widget tests dramatically faster and easier.