patrol_cli
Command-line tool for Patrol, a powerful Flutter-native UI testing framework.
4.7.0
105K downloads/mo
#1102 most downloaded on pub.dev
leancodepl/patrol
What this package is like to depend on
Last release 11 days ago
12 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 142 of 142 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
160 releases · first in 2022
20 releases in the last 12 months
see the full history below
Release timeline
160 releases · Sep 2022 to Aug 2026Releases
latest 60 of 160-
4.7.012 Aug 2026Release notes
Open source →- Requires
patrol4.9.0 or newer. - Pass
-Ppatrol-enabled=trueto Android Gradle builds so apps can detect a Patrol build. - Support running Patrol tests on multiple iOS simulators in parallel, by reading the native automation ports at runtime in the generated test bundle. See the Marathon integration guide.
- Add experimental build-time test discovery, enabled with
patrol.emit_test_manifestin pubspec.yaml (or--emit-test-manifest): Dart tests are discovered while building and each one becomes a real, individually-selectable native test, which makes per-test sharding on device farms possible. (#3197) - Add
patrol test-without-building, which runs the tests from a previouspatrol buildwithout rebuilding, optionally just one of them with--only. Requires build-time test discovery. (#3197) - Add
--record-videoflag topatrol testandpatrol developto record a video per test case (Android and iOS simulators). (#2741) - Fix
patrol test/patrol developnot reading logs from iOS simulators, by streaming the simulator's log viasimctl spawn. (#3198)
Release notes
Open source →-
Requires patrol 4.9.0 or newer.
-
Pass -Ppatrol-enabled=true to Android Gradle builds so apps can detect a Patrol build.
-
Support running Patrol tests on multiple iOS simulators in parallel, by reading the native automation ports at runtime in the generated test bundle. See the Marathon integration guide .
-
Add experimental build-time test discovery, enabled with patrol.emit_test_manifest in pubspec.yaml (or --emit-test-manifest ): Dart tests are discovered while building and each one becomes a real, individually-selectable native test, which makes per-test sharding on device farms possible. (#3197)
-
Add patrol test-without-building , which runs the tests from a previous patrol build without rebuilding, optionally just one of them with --only . Requires build-time test discovery. (#3197)
-
Add --record-video flag to patrol test and patrol develop to record a video per test case (Android and iOS simulators). (#2741)
-
Fix patrol test / patrol develop not reading logs from iOS simulators, by streaming the simulator's log via simctl spawn . (#3198)
- Requires
-
4.7.0-dev.110 Aug 2026 pre-release -
4.6.124 Jul 2026Release notes
Open source →- Fix
patrol developprinting "You must specify a --flavor option" on iOS/macOS projects with schemes, by passing the flavor toflutter attach. - Fail fast with a clear error instead of hanging on gradlew when the Android SDK can't be located (
sdk.dirmissing fromandroid/local.propertiesafter the config-only build). (#3168)
Release notes
Open source →-
Fix patrol develop printing "You must specify a --flavor option" on iOS/macOS projects with schemes, by passing the flavor to flutter attach .
-
Fail fast with a clear error instead of hanging on gradlew when the Android SDK can't be located ( sdk.dir missing from android/local.properties after the config-only build). (#3168)
- Fix
-
4.6.023 Jul 2026Release notes
Open source →- Download only Chromium instead of all default Playwright browsers during web runner setup. (#3156)
- Fix
patrol developnot reporting completion when the app shuts down before the tests finish, causingpatrol_mcpto hang until its timeout. The backend exit is now detected independently offlutter attach. - Fix
patrol test -d chromefailing withNo devices attachedon machines without a system Chrome installation. (#3172) - Add browser launch and context options for web tests: (#3155)
--web-channel--web-executable-path--web-slow-mo--web-chromium-sandbox--web-downloads-path--web-ignore-default-args--web-proxy--web-browser-timeout--web-traces-dir--web-bypass-csp--web-ignore-https-errors--web-offline--web-http-credentials--web-extra-http-headers--web-screenshot--web-trace--web-storage-state--web-accept-downloads
- Convert
--web-headlessto a flag. Use--web-headless/--no-web-headlessinstead of--web-headless true/false. The old syntax still works, but is deprecated and will be removed in a future release. (#3155) - Fix
--web-*options being silently overridden by a same-named variable already set in the host shell environment when running web tests. (#3155) - Add
patrol test --coveragesupport for the web platform, producing the samecoverage/patrol_lcov.inforeport as mobile. Requires a debug build (the default); Chromium only.
Release notes
Open source →-
Download only Chromium instead of all default Playwright browsers during web runner setup. (#3156)
-
Fix patrol develop not reporting completion when the app shuts down before the tests finish, causing patrol_mcp to hang until its timeout. The backend exit is now detected independently of flutter attach .
-
Fix patrol test -d chrome failing with No devices attached on machines without a system Chrome installation. (#3172)
-
Add browser launch and context options for web tests: (#3155)
-
--web-channel
-
--web-executable-path
-
--web-slow-mo
-
--web-chromium-sandbox
-
--web-downloads-path
-
--web-ignore-default-args
-
--web-proxy
-
--web-browser-timeout
-
--web-traces-dir
-
--web-bypass-csp
-
--web-ignore-https-errors
-
--web-offline
-
--web-http-credentials
-
--web-extra-http-headers
-
--web-screenshot
-
--web-trace
-
--web-storage-state
-
--web-accept-downloads
-
Convert --web-headless to a flag. Use --web-headless / --no-web-headless instead of --web-headless true/false . The old syntax still works, but is deprecated and will be removed in a future release. (#3155)
-
Fix --web-* options being silently overridden by a same-named variable already set in the host shell environment when running web tests. (#3155)
-
Add patrol test --coverage support for the web platform, producing the same coverage/patrol_lcov.info report as mobile. Requires a debug build (the default); Chromium only.
-
4.5.114 Jul 2026 -
4.5.013 Jul 2026Release notes
Open source →- Add
-weak_framework XCTestlinker flags to iOS and macOSbuild-for-testingto support Swift Package Manager integration. - Fix
patrol developon iOS Simulator timing out after ~6 minutes with "Test runner never began executing tests after launching". Requires a matchingpatrolversion that enables the develop-specific native test runner path. (#3139) - Fix
patrol test/patrol develophanging on Windows atgradlew :app:dependenciesby also draining the gradle process stderr stream during orchestrator-version detection. (#2565) - Fix
--excludenot working. (#2990) - Fix
--clear-permissionsbeing ignored bypatrol build ios. The flag was wired intopatrol testbut dropped frombuild ios, so prebuilt iOS test bundles (e.g. for BrowserStack/Firebase Test Lab) never hadCLEAR_PERMISSIONSenabled. - Fix wrong import path being generated on Windows for commands like
patrol test -t .\patrol_test\example_test.dart. - Fix
test_bundle.dartgenerating a broken absolute import (and an invalid import alias containing characters such as-) when the test target lives outside the configuredtest_directory. The import is now computed relative to the bundle and the alias is sanitized. (#3104) - Don't listen for
SIGTERMon Windows, where it is not supported and throws an unhandledSignalException. (#3035) - Bump
equatableto^2.1.0and migratePatrolPubspecConfigand related config classes from deprecatedEquatableMixintowith Equatable. - Bump
patrol_logto^0.10.0.
This version requires version
4.7.0ofpatrolpackage.Release notes
Open source →-
Add -weak_framework XCTest linker flags to iOS and macOS build-for-testing to support Swift Package Manager integration.
-
Fix patrol develop on iOS Simulator timing out after ~6 minutes with "Test runner never began executing tests after launching". Requires a matching patrol version that enables the develop-specific native test runner path. (#3139)
-
Fix patrol test / patrol develop hanging on Windows at gradlew :app:dependencies by also draining the gradle process stderr stream during orchestrator-version detection. (#2565)
-
Fix --exclude not working. (#2990)
-
Fix --clear-permissions being ignored by patrol build ios . The flag was wired into patrol test but dropped from build ios , so prebuilt iOS test bundles (e.g. for BrowserStack/Firebase Test Lab) never had CLEAR_PERMISSIONS enabled.
-
Fix wrong import path being generated on Windows for commands like patrol test -t .\patrol_test\example_test.dart .
-
Fix test_bundle.dart generating a broken absolute import (and an invalid import alias containing characters such as - ) when the test target lives outside the configured test_directory . The import is now computed relative to the bundle and the alias is sanitized. (#3104)
-
Don't listen for SIGTERM on Windows, where it is not supported and throws an unhandled SignalException . (#3035)
-
Bump equatable to ^2.1.0 and migrate PatrolPubspecConfig and related config classes from deprecated EquatableMixin to with Equatable .
-
Bump patrol_log to ^0.10.0 .
This version requires version 4.7.0 of patrol package.
- Add
-
4.5.0-dev.309 Jul 2026 pre-releaseNothing published for this version
-
4.5.0-dev.206 Jul 2026 pre-releaseNothing published for this version
-
4.5.0-dev.119 Jun 2026 pre-releaseNothing published for this version
-
4.4.021 May 2026Release notes
Open source →- Fix iOS Simulator test crash on Xcode 26.4+ caused by missing platform frameworks path in xctestrun.
- Bump
patrol_logto^0.9.0. - Add
--app-nameflag to overrideapp_namefrom pubspec.yaml. (#2557) - Fix
patrol test --coveragecrashing withPathNotFoundExceptionin Pub workspaces by resolving.dart_tool/package_config.jsonfrom the workspace root. (#2844) - Add
--coverage-workspaceflag to include every package declared under the workspace root'sworkspace:key in the coverage report. - Fix a bug when running tests with iOS and Android specific flavors based on the configuration in pubspec. (#3046)
Release notes
Open source →-
Fix iOS Simulator test crash on Xcode 26.4+ caused by missing platform frameworks path in xctestrun.
-
Bump patrol_log to ^0.9.0 .
-
Add --app-name flag to override app_name from pubspec.yaml. (#2557)
-
Fix patrol test --coverage crashing with PathNotFoundException in Pub workspaces by resolving .dart_tool/package_config.json from the workspace root. (#2844)
-
Add --coverage-workspace flag to include every package declared under the workspace root's workspace: key in the coverage report.
-
Fix a bug when running tests with iOS and Android specific flavors based on the configuration in pubspec. (#3046)
-
4.3.109 Apr 2026 -
4.3.025 Mar 2026Release notes
Open source →- Bump
patrol_logto^0.8.0. - Refactor develop command into reusable components and expose public API for programmatic usage.
- Reflect failed tests in Playwright report. (#2970)
Release notes
Open source →-
Bump patrol_log to ^0.8.0 .
-
Refactor develop command into reusable components and expose public API for programmatic usage.
-
Reflect failed tests in Playwright report. (#2970)
- Bump
-
4.2.004 Mar 2026Release notes
Open source →- Add support for
--web-portoption to specify the port for the web server when running web tests withpatrol test. (#2832) - Add
--web-server-timeoutflag to configure the web server startup timeout (default: 120s). (#2948) - Fix running devtools after moving test to
patrol_test/. (#2922) - Fix listen to stdout/stderr streams in buildApkConfigOnly to prevent hang on Windows. (#2905)
- Fix bug that --exclude was not working for directories. (#2918)
- Allow to pass additional web browser args through
web-browser-args. (#2932) - Correctly compose devtools link on new Flutter version. (#2957)
Release notes
Open source →-
Add support for --web-port option to specify the port for the web server when running web tests with patrol test . (#2832)
-
Add --web-server-timeout flag to configure the web server startup timeout (default: 120s). (#2948)
-
Fix running devtools after moving test to patrol_test/ . (#2922)
-
Fix listen to stdout/stderr streams in buildApkConfigOnly to prevent hang on Windows. (#2905)
-
Fix bug that --exclude was not working for directories. (#2918)
-
Allow to pass additional web browser args through web-browser-args . (#2932)
-
Correctly compose devtools link on new Flutter version. (#2957)
- Add support for
-
4.1.009 Feb 2026Release notes
Open source →- Fix bug when running web tests with relative imports from integration_test directory. (#2906)
- Fix a bug when user set a nested test_directory (eg. test/e2e), TestFinder was searching for test files in parent directory instead of project's root. (#2858)
- Add support for
--no-tree-shake-iconsflag in cli commands. (#2704) - Fix
PATROL_FLUTTER_COMMANDnot being used when building web app. (#2857) - Remove unused import in
test_bundle.dartfiles. (#2885) - Bump
patrol_logto0.7.0. (#2917)
Release notes
Open source →-
Fix bug when running web tests with relative imports from integration_test directory. (#2906)
-
Fix a bug when user set a nested test_directory (eg. test/e2e), TestFinder was searching for test files in parent directory instead of project's root. (#2858)
-
Add support for --no-tree-shake-icons flag in cli commands. (#2704)
-
Fix PATROL_FLUTTER_COMMAND not being used when building web app. (#2857)
-
Remove unused import in test_bundle.dart files. (#2885)
-
Bump patrol_log to 0.7.0 . (#2917)
-
4.0.223 Dec 2025 -
4.0.110 Dec 2025 -
4.0.008 Dec 2025Release notes
Open source →Patrol 4.0 is here!
Read the article announcing Patrol 4.0 here.
-
Add support for running Patrol tests on Web:
- Introduce support for web-related flags:
--web-results-dir,--web-report-dir,--web-reporter,--web-timeout,--web-global-timeout,--web-retries,--web-workers,--web-shard,--web-video,--web-headless,--web-locale,--web-timezone,--web-color-scheme,--web-geolocation,--web-permissions,--web-user-agent,--web-viewport.
- Introduce support for web-related flags:
-
Add support for configurable test directory via
test_directoryoption inpubspec.yaml. (#2728) -
Introduces experimental
--full-isolationflag that uninstall the app between each run on iOS Simulator. -
Bump
patrol_logto0.6.0. -
Read Patrol version from
pubspec.lockinstead ofpubspec.yamlfor compatibility checks. Fix edge cases for compatibility checks. (#2709) -
BREAKING CHANGE
- Change default test directory from
integration_testtopatrol_test. (#2728)
- Change default test directory from
This version requires version
4.0.0ofpatrolpackage.Release notes
Open source →Patrol 4.0 is here!
Read the article announcing Patrol 4.0 here .
Add support for running Patrol tests on Web:
-
Introduce support for web-related flags:
-
--web-results-dir , --web-report-dir , --web-reporter ,
-
--web-timeout , --web-global-timeout , --web-retries ,
-
--web-workers , --web-shard ,
-
--web-video , --web-headless ,
-
--web-locale , --web-timezone , --web-color-scheme ,
-
--web-geolocation , --web-permissions ,
-
--web-user-agent , --web-viewport .
Add support for configurable test directory via test_directory option in pubspec.yaml . (#2728)
Introduces experimental --full-isolation flag that uninstall the app between each run on iOS Simulator.
Bump patrol_log to 0.6.0 .
Read Patrol version from pubspec.lock instead of pubspec.yaml for compatibility checks. Fix edge cases for compatibility checks. (#2709)
BREAKING CHANGE
- Change default test directory from integration_test to patrol_test . (#2728)
This version requires version 4.0.0 of patrol package.
-
-
4.0.0-dev.205 Dec 2025 pre-releaseNothing published for this version
-
4.0.0-dev.101 Dec 2025 pre-releaseNothing published for this version
-
3.11.014 Nov 2025Release notes
Open source →- Add
--build-nameand--build-numberflags topatrol test,patrol develop, andpatrol buildcommands. (#2590) - Fix report path generation for Android. (#2724)
- Fix issue that sometimes logs causes test crashes. (#2742)
- Add support for interactive device selection when running patrol. (#2722)
- Fix
PATROL_FLUTTER_COMMANDnot being used when using--coverageflag. (#2781)
This version requires version 3.20.0 of
patrolpackage.Release notes
Open source →-
Add --build-name and --build-number flags to patrol test , patrol develop , and patrol build commands. (#2590)
-
Fix report path generation for Android. (#2724)
-
Fix issue that sometimes logs causes test crashes. (#2742)
-
Add support for interactive device selection when running patrol. (#2722)
-
Fix PATROL_FLUTTER_COMMAND not being used when using --coverage flag. (#2781)
This version requires version 3.20.0 of patrol package.
- Add
-
3.10.005 Aug 2025Release notes
Open source →- Add help command
htopatrol develop. (#2701) - Add printing paths to the APKs after
patrol buildcommand. (#2685)
Release notes
Open source →-
Add help command h to patrol develop . (#2701)
-
Add printing paths to the APKs after patrol build command. (#2685)
- Add help command
-
3.9.022 Jul 2025Release notes
Open source →- Re-land: Do not pass flavor as dart-define when building. (#2636)
- Wait for generating gradlew - fix race condition (#2678)
- Bump
leancode_lintto17.0.0. - Bump
patrol_logto0.5.0. - Bump minimum Dart SDK to version 3.8.0.
Release notes
Open source →-
Re-land: Do not pass flavor as dart-define when building. (#2636)
-
Wait for generating gradlew - fix race condition (#2678)
-
Bump leancode_lint to 17.0.0 .
-
Bump patrol_log to 0.5.0 .
-
Bump minimum Dart SDK to version 3.8.0.
-
3.8.007 Jul 2025Release notes
Open source →- Remove
--waitargument from patrol develop command (#2671 & #2691) - Add support for comments in .patrol.env files. (#2653)
- Skip update check when the
patrol_clibinary is triggered for shell completion only (#2512) - Revert: Do not pass flavor as dart-define when building. (#2636)
Release notes
Open source →-
Remove --wait argument from patrol develop command (#2671 & #2691)
-
Add support for comments in .patrol.env files. (#2653)
-
Skip update check when the patrol_cli binary is triggered for shell completion only (#2512)
-
Revert: Do not pass flavor as dart-define when building. (#2636)
- Remove
-
3.7.017 Jun 2025Release notes
Open source →- Bump min Flutter SDK to 3.32.0 (#2649)
- Introduce
check-compatibilityflag to allow disabling the compatibility check. (#2649)
Release notes
Open source →-
Bump min Flutter SDK to 3.32.0 (#2649)
-
Introduce check-compatibility flag to allow disabling the compatibility check. (#2649)
-
3.6.1-dev.112 Jun 2025 pre-releaseNothing published for this version
-
3.6.022 May 2025Release notes
Open source →- Improve patrol test error messaging when compatibility check fails, added same compatibility check and error messaging to patrol build command (#2597)
- Improve patrol update messaging by showing incompatibility warning when applicable, sharing compatibility table (#2579)
- Add ability to quit the
patrol developprocess by pressing q on the keyboard (#2577) - Fix issue with reading logs on iOS devices in release. (#2569)
- Add
--iosflag topatrol testthat specifies the iOS version to use. (#2540) - Bump
custom_lintto0.7.0andleancode_lintto14.3.0. (#2574) - Display the name of the default device instead of its ID. (#2581)
- Do not pass flavor as dart-define when building. (#2636)
- Bump
vm_servicedependency to15.0.0(#2636)
Release notes
Open source →-
Improve patrol test error messaging when compatibility check fails, added same compatibility check and error messaging to patrol build command (#2597)
-
Improve patrol update messaging by showing incompatibility warning when applicable, sharing compatibility table (#2579)
-
Add ability to quit the patrol develop process by pressing q on the keyboard (#2577)
-
Fix issue with reading logs on iOS devices in release. (#2569)
-
Add --ios flag to patrol test that specifies the iOS version to use. (#2540)
-
Bump custom_lint to 0.7.0 and leancode_lint to 14.3.0 . (#2574)
-
Display the name of the default device instead of its ID. (#2581)
-
Do not pass flavor as dart-define when building. (#2636)
-
Bump vm_service dependency to 15.0.0 (#2636)
-
3.6.0-dev.106 May 2025 pre-releaseNothing published for this version
-
3.5.127 Feb 2025Release notes
Open source →- Gracefully handle when analytics fail to send. (#2460)
- Handle uninstallation of the app after tests finish when using AGP 8.2+. (#2535)
- Add
--coverage-packagesflag topatrol testthat specifies which packages should be included in the coverage report. (#2536) - Fix skipping tests with coverage collection enabled. (#2539)
Release notes
Open source →-
Gracefully handle when analytics fail to send. (#2460)
-
Handle uninstallation of the app after tests finish when using AGP 8.2+. (#2535)
-
Add --coverage-packages flag to patrol test that specifies which packages should be included in the coverage report. (#2536)
-
Fix skipping tests with coverage collection enabled. (#2539)
-
3.5.017 Jan 2025Release notes
Open source →- Add
PATROL_ANALYTICS_ENABLEDenvironment variable to disable analytics. (#2483) - Enable analytics by default. (#2483)
Release notes
Open source →-
Add PATROL_ANALYTICS_ENABLED environment variable to disable analytics. (#2483)
-
Enable analytics by default. (#2483)
- Add
-
3.4.106 Dec 2024Release notes
Open source →- Add android product flavor to dart-define. (#2425)
- Detect and warn about Orchestrator 1.5.0. (#2437)
-
3.4.022 Nov 2024Release notes
Open source →- Add support for the
patrol_logpackage. (#2387)
This version requires version 3.13.0 of
patrolpackage.Release notes
Open source →- Add support for the patrol_log package. (#2387)
This version requires version 3.13.0 of patrol package.
- Add support for the
-
3.4.0-dev.320 Nov 2024 pre-releaseNothing published for this version
-
3.4.0-dev.209 Nov 2024 pre-releaseNothing published for this version
-
3.3.005 Nov 2024Release notes
Open source →- Add
clear-permissionsflag on ios commands. (#2367)
This version requires version 3.12.0 of
patrolpackage.Release notes
Open source →- Add clear-permissions flag on ios commands. (#2367)
This version requires version 3.12.0 of patrol package.
- Add
-
3.2.121 Oct 2024Release notes
Open source →- Allow running Patrol tests from any subfolder of the project (#2351)
- Bump min Flutter SDK to 3.24.0 and Dart SDK to 3.5.0 (#2371)
-
3.2.018 Sep 2024Release notes
Open source →- Add code coverage collection support (#2294)
This version requires version 3.11.0 of
patrolpackage.Release notes
Open source →- Add code coverage collection support (#2294)
This version requires version 3.11.0 of patrol package.
-
3.1.129 Aug 2024 -
3.1.007 Aug 2024Release notes
Open source →- Add
tagsandexclude-tags. (#2286) - Run
flutter build apk --config-onlyduring android build.(#2293)
This version requires version 3.10.0 of
patrolpackage.Release notes
Open source →-
Add tags and exclude-tags . (#2286)
-
Run flutter build apk --config-only during android build.(#2293)
This version requires version 3.10.0 of patrol package.
- Add
-
3.0.115 Jul 2024Release notes
Open source →- Fallback to read
javaversion fromJAVA_HOMEwhenflutter doctordoesn't print any.
Release notes
Open source →- Fallback to read java version from JAVA_HOME when flutter doctor doesn't print any.
- Fallback to read
-
3.0.011 Jul 2024 -
2.8.125 Jun 2024 -
2.8.025 Jun 2024 -
2.7.028 Mar 2024 -
2.6.518 Mar 2024Release notes
Open source →- Add support for --app-server-port and --test-server-port on Android (#2154).
-
2.6.405 Feb 2024 -
2.6.305 Feb 2024 -
2.6.231 Jan 2024 -
2.6.117 Jan 2024 -
2.6.008 Jan 2024Release notes
Open source →-
Allow for changing the port when running on iOS (#2027).
To do so, pass
test-server-port(default 8081) andapp-server-port(default 8082) to Patrol CLI commands (e.gpatrol test) -
Do not open devtools by default when
patrol developis executed (#2048).
This version requires version 3.4.0 of
patrolpackage.Release notes
Open source →Allow for changing the port when running on iOS (#2027).
To do so, pass test-server-port (default 8081) and app-server-port (default 8082) to Patrol CLI commands (e.g patrol test )
Do not open devtools by default when patrol develop is executed (#2048).
This version requires version 3.4.0 of patrol package.
-
-
2.5.014 Dec 2023Release notes
Open source →- Allow for defining a custom test file suffix (#2009)
- Fix opening devtools on Windows (#2011)
-
2.4.012 Dec 2023Release notes
Open source →- Add support for running patrol tests on macOS (alpha) (#1847)
- Set
--destination-timeout 1when callingxcodebuild test-without-buildingto fail faster in error conditions (#1979) - Set
--only-testing RunnerUITests/RunnerUITeststo ignore other XCTest that might be present (#1991)
Release notes
Open source →-
Add support for running patrol tests on macOS (alpha) (#1847)
-
Set --destination-timeout 1 when calling xcodebuild test-without-building to fail faster in error conditions (#1979)
-
Set --only-testing RunnerUITests/RunnerUITests to ignore other XCTest that might be present (#1991)
-
2.4.0-dev.127 Nov 2023 pre-releaseNothing published for this version
-
2.3.115 Nov 2023Release notes
Open source →- Bump dependencies for Flutter 3.16 and Dart 3.2
- Populate
topicsin pubspec (#1904) - Remove warning about
patrol_findersbeing split frompatrol - Allow to disable autogenerating shell completion code in
~/.zshrc(and alike) by setting thePATROL_NO_COMPLETIONenvironment variable
Release notes
Open source →-
Bump dependencies for Flutter 3.16 and Dart 3.2
-
Populate topics in pubspec (#1904)
-
Remove warning about patrol_finders being split from patrol
-
Allow to disable autogenerating shell completion code in ~/.zshrc (and alike) by setting the PATROL_NO_COMPLETION environment variable
-
2.3.1+116 Nov 2023 -
2.3.014 Nov 2023Release notes
Open source →- Add support for Patrol 3.0 and its DevTools extension (#1829)
- Automatically open DevTools when running
patrol develop. This behavior can be disabled by passing--no-open-devtoolsflag.
- Automatically open DevTools when running
This version requires version 3.0.0 of
patrolpackage.Release notes
Open source →- Add support for Patrol 3.0 and its DevTools extension (#1829)
- Automatically open DevTools when running patrol develop . This behavior can be disabled by passing --no-open-devtools flag.
This version requires version 3.0.0 of patrol package.
- Add support for Patrol 3.0 and its DevTools extension (#1829)
-
2.3.0-dev.203 Nov 2023 pre-releaseNothing published for this version
-
2.3.0-dev.125 Oct 2023 pre-releaseNothing published for this version
-
2.2.203 Nov 2023 -
2.2.112 Oct 2023Release notes
Open source →- Fix bug with
test_bundle.dartbeing sometimes garbled on Windows (#1797)
Release notes
Open source →- Fix bug with test_bundle.dart being sometimes garbled on Windows (#1797)
- Fix bug with
-
2.2.030 Sep 2023Release notes
Open source →- Add support for
group()(#1634) - Adjust generated
test_bundle.dartto not depend on gRPC contracts (#1681)
This version requires version 2.3.0 of
patrolpackage.Release notes
Open source →-
Add support for group() (#1634)
-
Adjust generated test_bundle.dart to not depend on gRPC contracts (#1681)
This version requires version 2.3.0 of patrol package.
- Add support for