/patrol

Flutter-first UI testing framework. Ready for action!

Primary LanguageDartApache License 2.0Apache-2.0

Patrol

Simple yet powerful Flutter-native UI testing framework eliminating limitations of flutter_test, integration_test, and flutter_driver.

patrol on pub.dev patrol_cli on pub.dev code style

CLI

See packages/patrol_cli.

Package

See packages/patrol.

Release process

  1. Create a git tag:

    $ git tag patrol_cli-v0.3.4
  2. Push it! GitHub Actions will take care of the rest.