patrol_cli_plus
Command-line tool for Patrol, a powerful Flutter-native UI testing framework.
5.5.1
4.4K downloads/mo
#4014 most downloaded on pub.dev
Bdaya-Dev/patrol
What this package is like to depend on
Last release 22 days ago
01 Aug 2026
Ships on a steady schedule
a new release about every 4 weeks
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
11 releases · first in 2026
11 releases in the last 12 months
see the full history below
Release timeline
11 releases · Jun 2026 to Aug 2026Releases
latest 11-
5.5.101 Aug 2026Release notes
Open source →- FIX(patrol_cli_plus): don't await close() on a listenerless VM-connection controller (#46). (634b964e)
Published to pub.dev: https://pub.dev/packages/patrol_cli_plus/versions/5.5.1
-
5.5.030 Jul 2026Release notes
Open source →- FIX(patrol_cli_plus): fail a run that executed zero tests (#42). (cf2fcc8b)
- FEAT(patrol_cli_plus): serve web tests over https at a real hostname (#44). (59a3f5ae)
Published to pub.dev: https://pub.dev/packages/patrol_cli_plus/versions/5.5.0
Release notes
Open source →
Published to pub.dev: https://pub.dev/packages/patrol_plus/versions/5.5.0
Release notes
Open source →- FIX(patrol_cli_plus): fail a run that executed zero tests (#42). (cf2fcc8b)
- FEAT(patrol_cli_plus): serve web tests over https at a real hostname (#44). (59a3f5ae)
2026-07-06
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
5.4.106 Jul 2026Release notes
Open source →- FIX(patrol_cli_plus): make xcodebuild -destination-timeout configurable (default 30s). (0d46094d)
Published to pub.dev: https://pub.dev/packages/patrol_cli_plus/versions/5.4.1
Release notes
Open source →- FIX(patrol_cli_plus): make xcodebuild -destination-timeout configurable (default 30s). (0d46094d)
-
5.4.005 Jul 2026 -
5.3.005 Jul 2026Release notes
Open source → -
5.2.003 Jul 2026Release notes
Open source → -
5.1.002 Jul 2026Release notes
Open source →- FEAT(patrol_plus): web runner filters the discovered test list by
--tags/--exclude-tags(viaPATROL_WEB_GREP/PATROL_WEB_GREP_INVERT) before sharding; an empty match falls through to the existing "no tests assigned" placeholder instead of failing. (77896d10)
2026-07-02
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Release notes
Open source →- FEAT(patrol_cli_plus): forward
--tags/--exclude-tagsto the web runner asPATROL_WEB_GREP/PATROL_WEB_GREP_INVERT, so web test runs can be filtered by tag like native runs already are. (77896d10)
- FEAT(patrol_plus): web runner filters the discovered test list by
-
5.0.330 Jun 2026Release notes
Open source →- FIX(patrol_cli_plus): target iOS simulators by UDID in test-without-building. (1e565329)
2026-06-09
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Release notes
Open source →- FIX(patrol_cli_plus): target iOS simulators by UDID in test-without-building. (1e565329)
-
5.0.229 Jun 2026Release notes
Open source →- Version bump to stay in lockstep with
patrol_plus5.0.2, which fixes the web$dartRunMaindetection timeout that masked real init failures as "Total: 0" (Fixes #6) and makes web--web-sharddeterministic. No CLI behaviour change; published together so consumers pin a single 5.0.2 line.
- Version bump to stay in lockstep with
-
5.0.109 Jun 2026Release notes
Open source →- FIX(patrol_log_plus): stop dropping unmatched lines in verbose (--show-flutter-logs) mode. (991f6c9c)
Published to pub.dev: https://pub.dev/packages/patrol_log_plus/versions/5.0.1
Release notes
Open source →- Update a dependency to the latest release.
Published to pub.dev: https://pub.dev/packages/patrol_finders_plus/versions/5.0.1
Release notes
Open source →- FIX(patrol_log_plus): stop dropping unmatched lines in verbose (--show-flutter-logs) mode. (991f6c9c)
Release notes
Open source →- FIX(patrol_cli_plus): compatibility checker no longer kills
flutter pub depsbefore reading it on large projects. (64c27d81)
-
5.0.008 Jun 2026Release notes
Open source →- Fork of
patrol_cliaspatrol_cli_plusfor independent pub.dev publishing. - Bump version to 5.0.0 to align with the patrol_plus ecosystem.
- Depends on
adb_plusandpatrol_log_plus. - Executable renamed to
patrol_plus.
- Fork of