-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect Orchestrator version and warn about 1.5.0
- Loading branch information
piotruela
committed
Dec 6, 2024
1 parent
62964ae
commit 179e790
Showing
10 changed files
with
92 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
--- | ||
redirect: /documentation/compatibility-table | ||
--- | ||
|
||
# Compatibility table | ||
|
||
The following table describes which versions of `patrol` | ||
and `patrol_cli` are compatible with each other. | ||
The simplest way to ensure that both packages are compatible | ||
is by always using the latest version. However, | ||
if for some reason that isn't possible, you can refer to | ||
the table below to assess which version you should use. | ||
|
||
| patrol_cli | patrol | Min Flutter Version | | ||
| -------------- | -------------- | ------------------- | | ||
| 3.4.1+ | 3.13.1+ | 3.24.0 | | ||
| 3.4.0 | 3.13.0 | 3.24.0 | | ||
| 3.3.0 | 3.12.0 | 3.24.0 | | ||
| 3.2.1 | 3.11.2 | 3.24.0 | | ||
| 3.2.0 | 3.11.0 - 3.11.1| 3.22.0 | | ||
| 3.1.0 - 3.1.1 | 3.10.0 | 3.22.0 | | ||
| 2.6.5 - 3.0.1 | 3.6.0 - 3.10.0 | 3.16.0 | | ||
| 2.6.0 - 2.6.4 | 3.4.0 - 3.5.2 | 3.16.0 | | ||
| 2.3.0 - 2.5.0 | 3.0.0 - 3.3.0 | 3.16.0 | | ||
| 2.2.0 - 2.2.2 | 2.3.0 - 2.3.2 | 3.3.0 | | ||
| 2.0.1 - 2.1.5 | 2.0.1 - 2.2.5 | 3.3.0 | | ||
| 2.0.0 | 2.0.0 | 3.3.0 | | ||
| 1.1.4 - 1.1.11 | 1.0.9 - 1.1.11 | 3.3.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// Version of Patrol CLI. Must be kept in sync with pubspec.yaml. | ||
/// If you update this, make sure that compatibility-table.mdx is updated (if needed) | ||
const version = '3.4.0'; | ||
const version = '3.4.1'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters