Skip to content

Commit

Permalink
Add row with min Flutter version to compatibility version (#2407)
Browse files Browse the repository at this point in the history
Co-authored-by: piotruela <[email protected]>
  • Loading branch information
piotruela and piotruela authored Nov 13, 2024
1 parent 1ce91e9 commit 40bea58
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/compatibility-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ 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 |
| -------------- | -------------- |
| 3.3.0+ | 3.12.0+ |
| 3.2.1 | 3.11.2 |
| 3.2.0 | 3.11.0 - 3.11.1|
| 3.1.0 - 3.1.1 | 3.10.0 |
| 2.6.5 - 3.0.1 | 3.6.0 - 3.10.0 |
| 2.6.0 - 2.6.4 | 3.4.0 - 3.5.2 |
| 2.3.0 - 2.5.0 | 3.0.0 - 3.3.0 |
| 2.2.0 - 2.2.2 | 2.3.0 - 2.3.2 |
| 2.0.1 - 2.1.5 | 2.0.1 - 2.2.5 |
| 2.0.0 | 2.0.0 |
| 1.1.4 - 1.1.11 | 1.0.9 - 1.1.11 |
| patrol_cli | patrol | Min Flutter Version |
| -------------- | -------------- | ------------------- |
| 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 |

0 comments on commit 40bea58

Please sign in to comment.