Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.37 KB

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 powered by

Documentation

Here it is!

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.