This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +7
-1
lines changed
packages/ios_platform_images 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0+7
2
+
3
+ * Ignores the warning for the upcoming deprecation of ` ImageProvider.load ` .
4
+
1
5
## 0.2.0+6
2
6
3
7
* Removes unnecessary imports.
Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ class _FutureMemoryImage extends ImageProvider<_FutureMemoryImage> {
63
63
}
64
64
65
65
/// See [ImageProvider.load] .
66
+ // TODO(jmagman): Implement the new API once it lands, https://github.com/flutter/flutter/issues/103556
66
67
@override
68
+ // ignore:deprecated_member_use
67
69
ImageStreamCompleter load (_FutureMemoryImage key, DecoderCallback decode) {
68
70
return _FutureImageStreamCompleter (
69
71
codec: _loadAsync (key, decode),
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: ios_platform_images
2
2
description : A plugin to share images between Flutter and iOS in add-to-app setups.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/ios_platform_images
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+ios_platform_images%22
5
- version : 0.2.0+6
5
+ version : 0.2.0+7
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments