We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddf147 commit 71a92f5Copy full SHA for 71a92f5
README.md
@@ -89,11 +89,12 @@ please run the example or refer to [photo_manager](https://github.com/CaiJingLon
89
90
### Versions compatibility
91
92
-| | 2.0.0 | 2.2.0 | 2.5.0 |
93
-|--------|:-----:|:-----:|:-----:|
94
-| 6.2.1+ | ❌ | ❌ | ✅ |
95
-| 6.2.0 | ✅ | ✅ | ✅ |
96
-| 5.0.0+ | ✅ | N/A | N/A |
+| | 2.0.0 | 2.2.0 | 2.5.0 | 2.8.0 |
+|--------|:-----:|:-----:|:-----:|:-----:|
+| 6.3.0+ | ❌ | ❌ | ❌ | ✅ |
+| 6.2.1+ | ❌ | ❌ | ✅ | ❌ |
+| 6.2.0 | ✅ | ✅ | ✅ | ❌ |
97
+| 5.0.0+ | ✅ | N/A | N/A | N/A |
98
99
If you got a `resolve conflict` error when running `flutter pub get`,
100
please use `dependency_overrides` to fix it. See [here](#version-resolve-conflict-with-xxx-eg-dartx) .
0 commit comments