Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
++
  • Loading branch information
Jonah Williams committed Nov 12, 2022
commit 43d68fe7c159bdc46d48ea96e3895015a9485fef
3 changes: 2 additions & 1 deletion packages/ios_platform_images/lib/ios_platform_images.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class _FutureMemoryImage extends ImageProvider<_FutureMemoryImage> {
}

@override
ImageStreamCompleter loadBuffer(_FutureMemoryImage key, DecoderBufferCallback decode) {
ImageStreamCompleter loadBuffer(
_FutureMemoryImage key, DecoderBufferCallback decode) {
return _FutureImageStreamCompleter(
codec: _loadAsync(key, decode),
futureScale: _futureScale,
Expand Down