You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ios_platform_images] Switch to loadImage (flutter#8216)
Replaces the deprecated `loadBuffer` override with the newer `loadImage`, removing the need to use the deprecated `DecoderBufferCallback` class.
This is largely a no-op because the difference between `DecoderBufferCallback` and `ImageDecoderCallback` is entirely in optional parameters the package doesn't use.
Fixesflutter/flutter#143880
0 commit comments