-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: CaiJingLong <[email protected]>
- Loading branch information
1 parent
223c9e5
commit 4ef2bd2
Showing
5 changed files
with
38 additions
and
18 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "compatibility of photo_manager_image_provider" | ||
weight: 1 | ||
# geekdocFlatSection: false | ||
# geekdocToc: 6 | ||
# geekdocHidden: false | ||
--- | ||
|
||
The [commit][remove-load] of flutter remove `ImageStreamCompleter.load` method. | ||
|
||
Since flutter 3.14.0, the `photo_manager_image_provider` need use 2.0.0 version. | ||
|
||
| image_provider | flutter | photo_manager | | ||
| :---: | :---: | :---: | | ||
| ^1.0.0 | ">=2.0.0 <3.14.0" | ^2.0.0 | | ||
| ^2.0.0 | ^3.14.0 | ^2.0.0 | | ||
|
||
[remove-load]: https://github.com/flutter/flutter/commit/b4f4ece40d956ad86efa340ff7fe9d0fa6deea07 |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "photo_manager_image_provider 的兼容性" | ||
weight: 1 | ||
# geekdocFlatSection: false | ||
# geekdocToc: 6 | ||
# geekdocHidden: false | ||
--- | ||
|
||
Flutter 的这个 [提交][remove-load] 移除了 `ImageStreamCompleter.load`。 | ||
|
||
从 flutter 3.14.0 开始, 请使用 `photo_manager_image_provider` 的 2.x 版本。 | ||
|
||
| image_provider | flutter | photo_manager | | ||
| :---: | :---: | :---: | | ||
| ^1.0.0 | ">=2.0.0 <3.14.0" | ^2.6.0 | | ||
| ^2.0.0 | ^3.14.0 | ^2.6.0 | | ||
|
||
[remove-load]: https://github.com/flutter/flutter/commit/b4f4ece40d956ad86efa340ff7fe9d0fa6deea07 |